mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-07-20 12:28:40 -04:00
Update whonix-ws.sh
This commit is contained in:
parent
3f96dfb63f
commit
9d289fd3e8
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
#Enabling SUID Disabler and Permission Hardener
|
|
||||||
sudo systemctl enable --now permission-hardening
|
|
||||||
|
|
||||||
#Install pages
|
#Install pages
|
||||||
sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme git -y
|
sudo apt install --no-install-recommends linux-headers-amd64 lkrg-dkms qt5ct qt5-style-plugins arc-theme git -y
|
||||||
|
|
||||||
|
#Enabling SUID Disabler and Permission Hardener
|
||||||
|
sudo systemctl enable --now permission-hardening
|
||||||
|
|
||||||
#Enable hardened malloc
|
#Enable hardened malloc
|
||||||
echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload
|
echo "/usr/lib/libhardened_malloc.so/libhardened_malloc.so" | sudo tee /etc/ld.so.preload
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue