diff --git a/whonix/whonix-gw.sh b/whonix/whonix-gw.sh index d9b8caf..150c645 100644 --- a/whonix/whonix-gw.sh +++ b/whonix/whonix-gw.sh @@ -1,11 +1,11 @@ #!/bin/bash +#Install packages +sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme -y + #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 -y - #Enable hardened malloc echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload