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

Update whonix-hardening.sh

This commit is contained in:
Tommy 2022-05-24 00:46:11 -04:00 committed by GitHub
parent ec69130157
commit d9e50899d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,3 +10,7 @@ sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64
#Enable hardened malloc
echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" >> /etc/ld.so.preload
#Reduce kernel information leaks
#Will break a lot of applications. The apps I use on Whonix works fine with it so I am enabling it.
systemctl enable hide-hardware-info.service