Added measurements for tboot PCR17 and PCR18 on Ubuntu 10.10 x86_64
This commit is contained in:
committed by
Andreas Steffen
parent
e46f4b5476
commit
79e3859bf1
@@ -176,6 +176,18 @@ INSERT INTO files (
|
||||
0, '/etc/tnc_config', 1
|
||||
);
|
||||
|
||||
INSERT INTO files (
|
||||
type, path, measurement
|
||||
) VALUES (
|
||||
0, 'pcr17', 1
|
||||
);
|
||||
|
||||
INSERT INTO files (
|
||||
type, path, measurement
|
||||
) VALUES (
|
||||
0, 'pcr18', 1
|
||||
);
|
||||
|
||||
/* Product-File */
|
||||
|
||||
INSERT INTO product_file (
|
||||
@@ -214,6 +226,18 @@ INSERT INTO product_file (
|
||||
1, 22
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
1, 23
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
1, 24
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
@@ -244,6 +268,18 @@ INSERT INTO product_file (
|
||||
2, 22
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
2, 23
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
2, 24
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
@@ -262,6 +298,18 @@ INSERT INTO product_file (
|
||||
3, 22
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
3, 23
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
3, 24
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
@@ -292,6 +340,17 @@ INSERT INTO product_file (
|
||||
4, 22
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
4, 23
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
4, 24
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
@@ -323,6 +382,18 @@ INSERT INTO product_file (
|
||||
5, 22
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
5, 23
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
5, 24
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
@@ -353,6 +424,18 @@ INSERT INTO product_file (
|
||||
6, 22
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
6, 23
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
6, 24
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
@@ -389,6 +472,18 @@ INSERT INTO product_file (
|
||||
7, 22
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
7, 23
|
||||
);
|
||||
|
||||
INSERT INTO product_file (
|
||||
product, file
|
||||
) VALUES (
|
||||
7, 24
|
||||
);
|
||||
|
||||
/* File Hashes */
|
||||
|
||||
INSERT INTO file_hashes (
|
||||
@@ -1255,3 +1350,15 @@ INSERT INTO file_hashes (
|
||||
) VALUES (
|
||||
20, 7, 7, 8192, X'84200bd318bb022915150842ddf4002e061ef593604ad0d07021dc662cc40bfa749cce084ddf25d0e5137f6380f613d8'
|
||||
);
|
||||
|
||||
INSERT INTO file_hashes (
|
||||
file, product, algo, hash
|
||||
) VALUES (
|
||||
23, 4, 32768, X'9704353630674bfe21b86b64a7b0f99c297cf902'
|
||||
);
|
||||
|
||||
INSERT INTO file_hashes (
|
||||
file, product, algo, hash
|
||||
) VALUES (
|
||||
24, 4, 32768, X'8397d8048ee36d7955e38da16fc33e86ef61d6b0'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user