File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ ima_ml_path = "default"
309
309
# Path from where the agent will read the measured boot event log.
310
310
#
311
311
# If set as "default", Keylime will use the default path:
312
- # The default path is /sys/kernel/security/tpm0/binary_boot_measurements
312
+ # The default path is /sys/kernel/security/tpm0/binary_bios_measurements
313
313
# If set as a relative path, it will be considered from the root path "/".
314
314
# If set as an absolute path, it will use it without changes
315
315
measuredboot_ml_path = "default"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pub static DEFAULT_AGENT_DATA_PATH: &str = "agent_data.json";
66
66
pub static DEFAULT_IMA_ML_PATH : & str =
67
67
"/sys/kernel/security/ima/ascii_runtime_measurements" ;
68
68
pub static DEFAULT_MEASUREDBOOT_ML_PATH : & str =
69
- "/sys/kernel/security/tpm0/binary_boot_measurements " ;
69
+ "/sys/kernel/security/tpm0/binary_bios_measurements " ;
70
70
pub static DEFAULT_CONFIG : & str = "/etc/keylime/agent.conf" ;
71
71
pub static DEFAULT_CONFIG_SYS : & str = "/usr/etc/keylime/agent.conf" ;
72
72
You can’t perform that action at this time.
0 commit comments