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