From 823a0862767e88c9547ad78c32b55f0ec57371d2 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 11 Jan 2024 16:45:01 -0700 Subject: [PATCH] Remove LKRG Signed-off-by: Tommy --- kicksecure/kicksecure.sh | 3 --- whonix/whonix-gw.sh | 2 +- whonix/whonix-ws.sh | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/kicksecure/kicksecure.sh b/kicksecure/kicksecure.sh index 5255df5..7185d88 100644 --- a/kicksecure/kicksecure.sh +++ b/kicksecure/kicksecure.sh @@ -34,9 +34,6 @@ sudo touch /etc/apt/sources.list #Enabling SUID Disabler and Permission Hardener sudo systemctl enable --now permission-hardening -#Install LKRG -sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms -y - #Enable hardened malloc echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload diff --git a/whonix/whonix-gw.sh b/whonix/whonix-gw.sh index 4885a06..143d437 100644 --- a/whonix/whonix-gw.sh +++ b/whonix/whonix-gw.sh @@ -15,7 +15,7 @@ # the License. #Install packages -sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme -y +sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme -y #Enabling SUID Disabler and Permission Hardener sudo systemctl enable --now permission-hardening diff --git a/whonix/whonix-ws.sh b/whonix/whonix-ws.sh index f680115..661ce1e 100644 --- a/whonix/whonix-ws.sh +++ b/whonix/whonix-ws.sh @@ -15,7 +15,7 @@ # the License. #Install packages -sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme git -y +sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git -y #Enabling SUID Disabler and Permission Hardener sudo systemctl enable --now permission-hardening