3
0
Fork 0
forked from mirrors/nixpkgs

tcsd module: adjust default value of kernelPCRs

This commit is contained in:
Thomas Strobel 2015-08-02 22:55:45 +02:00
parent 372e5a7dcf
commit 6193f5260c

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.";
};