mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Allow su
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6630996b06
commit
0ae9d17e52
@ -96,3 +96,6 @@ sudo systemctl restart NetworkManager
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user