Skip to content

Commit 1501cf1

Browse files
George Almasiansasaki
George Almasi
authored andcommitted
typo fix for default path to measured boot log file
Signed-off-by: George Almasi <[email protected]>
1 parent 409d2e8 commit 1501cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keylime-agent.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ ima_ml_path = "default"
309309
# Path from where the agent will read the measured boot event log.
310310
#
311311
# 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
313313
# If set as a relative path, it will be considered from the root path "/".
314314
# If set as an absolute path, it will use it without changes
315315
measuredboot_ml_path = "default"

keylime-agent/src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub static DEFAULT_AGENT_DATA_PATH: &str = "agent_data.json";
6666
pub static DEFAULT_IMA_ML_PATH: &str =
6767
"/sys/kernel/security/ima/ascii_runtime_measurements";
6868
pub static DEFAULT_MEASUREDBOOT_ML_PATH: &str =
69-
"/sys/kernel/security/tpm0/binary_boot_measurements";
69+
"/sys/kernel/security/tpm0/binary_bios_measurements";
7070
pub static DEFAULT_CONFIG: &str = "/etc/keylime/agent.conf";
7171
pub static DEFAULT_CONFIG_SYS: &str = "/usr/etc/keylime/agent.conf";
7272

0 commit comments

Comments
 (0)