1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Compliance at the top

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-06 15:04:04 -07:00 committed by GitHub
parent 0ae9d17e52
commit c3c4752f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,14 @@
#Customize it to your liking
#Run this script as your admin user, NOT root
#Compliance
sudo ua enable usg
sudo apt install -y usg
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
#Setting umask to 077
umask 077
sudo sed -ie '/^DIR_MODE=/ s/=[0-9]*\+/=0700/' /etc/adduser.conf
@ -91,11 +99,3 @@ connection.stable-id=${CONNECTION}/${BOOT}
EOF
sudo systemctl restart NetworkManager
#Compliance
sudo ua enable usg
sudo apt install -y usg
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