mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-05-17 05:32:26 -04:00
Fix permission hardener
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
fe60c720dc
commit
a147f1a746
2 changed files with 4 additions and 2 deletions
|
@ -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
|
sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme -y
|
||||||
|
|
||||||
# Enabling SUID Disabler and Permission Hardener
|
# 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
|
# Restrict /proc and access
|
||||||
sudo systemctl enable --now proc-hidepid.service
|
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
|
sudo apt install --no-install-recommends qt5ct qt5-style-plugins arc-theme git -y
|
||||||
|
|
||||||
# Enabling SUID Disabler and Permission Hardener
|
# 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
|
# Restrict /proc and access
|
||||||
sudo systemctl enable --now proc-hidepid.service
|
sudo systemctl enable --now proc-hidepid.service
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue