From f9dc1b2a619b28683cc97d3c8dcc22a63abf0af5 Mon Sep 17 00:00:00 2001 From: kraoc Date: Thu, 25 Apr 2024 01:52:58 +0200 Subject: [PATCH] secured --- kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel.sh b/kernel.sh index 8973baf..054804c 100644 --- a/kernel.sh +++ b/kernel.sh @@ -1,9 +1,9 @@ #!/bin/bash -UPDATED="2024-04-22" +UPDATED="2024-04-25" DISABLE=1 # disable some options ENABLE=1 # enable some options -SECURED=0 # enable/disable security +SECURED=1 # enable/disable security PATCHES=1 # enable/disable patch apply UARCH=1 # apply more uarch patch CLANG=1 # use Clang compiler (if not, use GCC)