1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-06 11:15:06 -07:00 committed by GitHub
parent 6630996b06
commit 0ae9d17e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,3 +96,6 @@ sudo systemctl restart NetworkManager
sudo ua enable usg sudo ua enable usg
sudo apt install -y usg sudo apt install -y usg
sudo usg fix cis_level2_workstation sudo usg fix cis_level2_workstation
#Allow su which is disabled by CIS
sudo sed -i 's/auth required pam_wheel.so use_uid group=sugroup//g' /etc/pam.d/su