1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2024-11-05 18:41:34 -05:00

Remove hardened_malloc from Whonix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-26 15:53:42 -07:00
parent 5a560307da
commit 208ea8a25c
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 0 additions and 6 deletions

View File

@ -28,9 +28,6 @@ sudo apt install --no-install-recommends tirdad qt5ct qt5-style-plugins arc-them
# 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
# Restrict /proc and access
sudo systemctl enable --now proc-hidepid.service

View File

@ -28,9 +28,6 @@ sudo apt install --no-install-recommends tirdad qt5ct qt5-style-plugins arc-them
# 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
# Restrict /proc and access
sudo systemctl enable --now proc-hidepid.service