mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-06 05:17:45 +00:00
fix: missing backslash in ujust command
This commit is contained in:
@@ -22,7 +22,7 @@ set-kargs-hardening:
|
|||||||
--append-if-missing="spectre_v2=on" \
|
--append-if-missing="spectre_v2=on" \
|
||||||
--append-if-missing="spec_store_bypass_disable=on" \
|
--append-if-missing="spec_store_bypass_disable=on" \
|
||||||
--append-if-missing="l1d_flush=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"
|
--append-if-missing="ia32_emulation=0"
|
||||||
echo "Hardening kargs set."
|
echo "Hardening kargs set."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user