From f885b408d7bc45470c31ec499ffdca48961c8e34 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 5 May 2024 07:35:34 -0700 Subject: [PATCH] Permission hardener is default on Qubes-Whonix now Signed-off-by: Tommy --- whonix/whonix-gw.sh | 4 ---- whonix/whonix-ws.sh | 4 ---- 2 files changed, 8 deletions(-) diff --git a/whonix/whonix-gw.sh b/whonix/whonix-gw.sh index 1fa5be8..52318ad 100644 --- a/whonix/whonix-gw.sh +++ b/whonix/whonix-gw.sh @@ -25,10 +25,6 @@ sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades # Install packages sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme -y -# Enabling SUID Disabler and Permission Hardener -sudo permission-hardener enable -sudo systemctl enable --now permission-hardener - # Restrict /proc and access sudo systemctl enable --now proc-hidepid.service diff --git a/whonix/whonix-ws.sh b/whonix/whonix-ws.sh index cdf7488..350cd24 100644 --- a/whonix/whonix-ws.sh +++ b/whonix/whonix-ws.sh @@ -25,10 +25,6 @@ sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades # Install packages sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git pipewire-pulse -y -# Enabling SUID Disabler and Permission Hardener -sudo permission-hardener enable -sudo systemctl enable --now permission-hardener - # Restrict /proc and access sudo systemctl enable --now proc-hidepid.service