Merge pull request #9090 from ts468/upstream.tcsd

tcsd module: adjust default value of kernelPCRs
This commit is contained in:
ts468 2015-08-02 23:05:54 +02:00
commit 112aafccce

View File

@ -76,7 +76,7 @@ in
};
kernelPCRs = mkOption {
default = "10,11";
default = "8,9,10,11,12";
type = types.string;
description = "PCR indices used in the TPM for kernel measurements.";
};