From 0086d97848b34a0af4ac585ce3ea013a5d53ed22 Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 30 Apr 2022 14:34:00 -0400 Subject: [PATCH] Put back slub_debug=Z Was removed for testing purposes in bfa18cb1 Signed-off-by: Tad --- Scripts/Common/Functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Common/Functions.sh b/Scripts/Common/Functions.sh index 0bcc7049..dede9c84 100644 --- a/Scripts/Common/Functions.sh +++ b/Scripts/Common/Functions.sh @@ -533,7 +533,7 @@ export -f hardenUserdata; hardenBootArgs() { cd "$DOS_BUILD_BASE$1"; - sed -i 's/BOARD_KERNEL_CMDLINE := /BOARD_KERNEL_CMDLINE := slub_debug=FP /' BoardConfig*.mk */BoardConfig*.mk &>/dev/null || true; #TODO: inline this + sed -i 's/BOARD_KERNEL_CMDLINE := /BOARD_KERNEL_CMDLINE := slub_debug=FZP /' BoardConfig*.mk */BoardConfig*.mk &>/dev/null || true; #TODO: inline this echo "Hardened kernel command line arguments for $1"; cd "$DOS_BUILD_BASE"; }