fix: missing backslash in ujust command

This commit is contained in:
qoijjj
2024-10-17 18:43:04 -07:00
committed by GitHub
parent b604627a5b
commit 4a73e0ccce

View File

@@ -22,7 +22,7 @@ set-kargs-hardening:
--append-if-missing="spectre_v2=on" \
--append-if-missing="spec_store_bypass_disable=on" \
--append-if-missing="l1d_flush=on" \
--append-if-missing="gather_data_sampling=force"
--append-if-missing="gather_data_sampling=force" \
--append-if-missing="ia32_emulation=0"
echo "Hardening kargs set."