From 9d289fd3e88193ed9136c9f72a4dac25755f991a Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 11 Jul 2022 03:42:54 -0400 Subject: [PATCH] Update whonix-ws.sh --- whonix/whonix-ws.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whonix/whonix-ws.sh b/whonix/whonix-ws.sh index 33e338f..ea85211 100644 --- a/whonix/whonix-ws.sh +++ b/whonix/whonix-ws.sh @@ -1,11 +1,11 @@ #!/bin/bash -#Enabling SUID Disabler and Permission Hardener -sudo systemctl enable --now permission-hardening - #Install pages sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme git -y +#Enabling SUID Disabler and Permission Hardener +sudo systemctl enable --now permission-hardening + #Enable hardened malloc echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload