Skip to content

Commit

Permalink
templates: Fix typo on default measured boot log location
Browse files Browse the repository at this point in the history
Fix typo on template comment about the default measured boot log
location.

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki authored and THS-on committed Feb 19, 2024
1 parent 79f75e1 commit 9ae5e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/2.2/agent.j2
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ ima_ml_path = "{{ agent.ima_ml_path }}"
# Path from where the agent will read the measured boot event log.
#
# If set as "default", Keylime will use the default path:
# The default path is /sys/kernel/security/tpm0/binary_boot_measurements
# The default path is /sys/kernel/security/tpm0/binary_bios_measurements
# If set as a relative path, it will be considered from the root path "/".
# If set as an absolute path, it will use it without changes
measuredboot_ml_path = "{{ agent.measuredboot_ml_path }}"
Expand Down

0 comments on commit 9ae5e71

Please sign in to comment.