From e21c829861b8911741d5c13fff9418cacfd9e8d2 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 1 Sep 2011 17:14:09 +0200 Subject: [PATCH] added some pts database entries --- src/libimcv/plugins/imv_attestation/data.sql | 42 ++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/src/libimcv/plugins/imv_attestation/data.sql b/src/libimcv/plugins/imv_attestation/data.sql index e3362b295..898f0d822 100644 --- a/src/libimcv/plugins/imv_attestation/data.sql +++ b/src/libimcv/plugins/imv_attestation/data.sql @@ -24,6 +24,12 @@ INSERT INTO products ( 'Ubuntu 10.10 x86_64' ); +INSERT INTO products ( + name +) VALUES ( + 'Ubuntu 10.10 i686' +); + /* Files */ INSERT INTO files ( @@ -112,6 +118,12 @@ INSERT INTO product_file ( 2, 5 ); +INSERT INTO product_file ( + product, file +) VALUES ( + 2, 7 +); + INSERT INTO product_file ( product, file ) VALUES ( @@ -142,6 +154,36 @@ INSERT INTO product_file ( 4, 6 ); +INSERT INTO product_file ( + product, file +) VALUES ( + 4, 7 +); + +INSERT INTO product_file ( + product, file +) VALUES ( + 5, 3 +); + +INSERT INTO product_file ( + product, file +) VALUES ( + 5, 4 +); + +INSERT INTO product_file ( + product, file +) VALUES ( + 5, 6 +); + +INSERT INTO product_file ( + product, file +) VALUES ( + 5, 7 +); + /* File Hashes */ INSERT INTO file_hashes (