From: Andreas Steffen Date: Thu, 1 Sep 2011 14:26:30 +0000 (+0200) Subject: added directory entry to database X-Git-Tag: 4.6.0~419 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=5736aa7a0224f03fdf1984ecb3eac6f1c9ba685c added directory entry to database --- 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 );