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