mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-22 01:41:34 -05:00
Fix permission hardener
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
fe60c720dc
commit
a147f1a746
@ -26,7 +26,8 @@ sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades
|
||||
sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme -y
|
||||
|
||||
# Enabling SUID Disabler and Permission Hardener
|
||||
sudo systemctl enable --now permission-hardening
|
||||
sudo permission-hardener enable
|
||||
sudo systemctl enable --now permission-hardener
|
||||
|
||||
# Restrict /proc and access
|
||||
sudo systemctl enable --now proc-hidepid.service
|
||||
|
@ -26,7 +26,8 @@ sudo chmod 644 /etc/apt/apt.conf.d/99sane-upgrades
|
||||
sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git -y
|
||||
|
||||
# Enabling SUID Disabler and Permission Hardener
|
||||
sudo systemctl enable --now permission-hardening
|
||||
sudo permission-hardener enable
|
||||
sudo systemctl enable --now permission-hardener
|
||||
|
||||
# Restrict /proc and access
|
||||
sudo systemctl enable --now proc-hidepid.service
|
||||
|
Loading…
Reference in New Issue
Block a user