mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-05 18:41:34 -05:00
Update whonix-hardening.sh
This commit is contained in:
parent
ec69130157
commit
d9e50899d6
@ -10,3 +10,7 @@ sudo apt install --no-install-recommends lkrg-dkms linux-headers-amd64
|
|||||||
|
|
||||||
#Enable hardened malloc
|
#Enable hardened malloc
|
||||||
echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" >> /etc/ld.so.preload
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user