Skip to content

Commit 9ae5e71

Browse files
ansasakiTHS-on
authored andcommitted
templates: Fix typo on default measured boot log location
Fix typo on template comment about the default measured boot log location. Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 79f75e1 commit 9ae5e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/2.2/agent.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ ima_ml_path = "{{ agent.ima_ml_path }}"
229229
# Path from where the agent will read the measured boot event log.
230230
#
231231
# If set as "default", Keylime will use the default path:
232-
# The default path is /sys/kernel/security/tpm0/binary_boot_measurements
232+
# The default path is /sys/kernel/security/tpm0/binary_bios_measurements
233233
# If set as a relative path, it will be considered from the root path "/".
234234
# If set as an absolute path, it will use it without changes
235235
measuredboot_ml_path = "{{ agent.measuredboot_ml_path }}"

0 commit comments

Comments
 (0)