1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-07 18:23:30 -04:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-25 23:35:51 -07:00
parent 1adc95c36b
commit 6cd46d032f
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | s
# Protect Home
for user in $(ls /Users | grep -v 'Shared'); do
sudo chmod 700 /Users/$user
sudo chmod 700 /Users/"$user"
done
# Verify SSH Fingerprints

View File

@ -6,7 +6,7 @@ awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | s
# Protect Home
for user in $(ls /Users | grep -v 'Shared'); do
sudo chmod 700 /Users/$user
sudo chmod 700 /Users/"$user"
done
# Verify SSH Fingerprints