tcsd module: adjust default value of kernelPCRs
This commit is contained in:
parent
372e5a7dcf
commit
6193f5260c
@ -76,7 +76,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
kernelPCRs = mkOption {
|
kernelPCRs = mkOption {
|
||||||
default = "10,11";
|
default = "8,9,10,11,12";
|
||||||
type = types.string;
|
type = types.string;
|
||||||
description = "PCR indices used in the TPM for kernel measurements.";
|
description = "PCR indices used in the TPM for kernel measurements.";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user