diff --git a/src/libimcv/plugins/imv_attestation/data.sql b/src/libimcv/plugins/imv_attestation/data.sql index 9ef1e49ec..e3362b295 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 ( @@ -80,6 +88,12 @@ INSERT INTO product_file ( 1, 5 ); +INSERT INTO product_file ( + product, file +) VALUES ( + 1, 7 +); + INSERT INTO product_file ( product, file ) VALUES (