ipsec attest supports ima template hashes

This commit is contained in:
Andreas Steffen
2012-07-16 17:17:08 +02:00
parent ff9e46772f
commit 358dbe4835
5 changed files with 117 additions and 65 deletions
@@ -31,6 +31,7 @@ CREATE TABLE file_hashes (
file INTEGER NOT NULL,
directory INTEGER DEFAULT 0,
product INTEGER NOT NULL,
key INTEGER DEFAULT 0,
algo INTEGER NOT NULL,
hash BLOB NOT NULL,
PRIMARY KEY(file, directory, product, algo)