Skip to content

Commit dcf7d97

Browse files
author
George Almasi
committed
Fixes for bugs in the PR discussion
Signed-off-by: George Almasi <[email protected]>
1 parent 048f6c0 commit dcf7d97

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: GNUmakefile

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ all: $(programs)
2525
$(programs):
2626
cargo build --target-dir="${TARGETDIR}" ${CARGO_ARGS}
2727

28+
.PHONY: clean
2829
clean::
2930
${RM} -rf target
3031

Diff for: keylime-agent/src/config.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -745,14 +745,14 @@ fn config_translate_keywords(
745745
let mut ima_ml_path = config_get_file_path(
746746
"ima_ml_path",
747747
&config.agent.ima_ml_path,
748-
keylime_dir,
748+
"/",
749749
DEFAULT_IMA_ML_PATH,
750750
);
751751

752752
let mut measuredboot_ml_path = config_get_file_path(
753753
"measuredboot_ml_path",
754754
&config.agent.measuredboot_ml_path,
755-
keylime_dir,
755+
"/",
756756
DEFAULT_MEASUREDBOOT_ML_PATH,
757757
);
758758

0 commit comments

Comments
 (0)