From 5736aa7a0224f03fdf1984ecb3eac6f1c9ba685c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 1 Sep 2011 16:26:30 +0200 Subject: [PATCH] added directory entry to database --- src/libimcv/plugins/imv_attestation/data.sql | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/libimcv/plugins/imv_attestation/data.sql b/src/libimcv/plugins/imv_attestation/data.sql index 9ef1e49..e3362b2 100644 --- a/src/libimcv/plugins/imv_attestation/data.sql +++ b/src/libimcv/plugins/imv_attestation/data.sql @@ -62,6 +62,14 @@ INSERT INTO files ( 0, '/lib/libxtables.so.2' ); +INSERT INTO files ( + type, path + ) VALUES ( + 1, '/lib/xtables/' +); + +/* Product-File */ + INSERT INTO product_file ( product, file ) VALUES ( @@ -83,6 +91,12 @@ INSERT INTO product_file ( INSERT INTO product_file ( product, file ) VALUES ( + 1, 7 +); + +INSERT INTO product_file ( + product, file +) VALUES ( 2, 2 ); -- 2.7.4