forked from mirrors/nixpkgs
tcsd module: adjust default value of kernelPCRs
This commit is contained in:
parent
372e5a7dcf
commit
6193f5260c
|
@ -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.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue