Skip to content

Commit

Permalink
macos.yaml - fix guest access to file shares over AF/SMB (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-Wing authored Jan 12, 2025
1 parent 44b6bb2 commit d810841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/application/collections/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1604,11 +1604,11 @@ actions:
code: sudo defaults write /Library/Preferences/com.apple.loginwindow GuestEnabled -bool NO
revertCode: sudo defaults write /Library/Preferences/com.apple.loginwindow GuestEnabled -bool YES
-
name: Disable guest access to file shares over AF
name: Disable guest access to file shares over SMB
code: sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server AllowGuestAccess -bool NO
revertCode: sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server AllowGuestAccess -bool YES
-
name: Disable guest access to file shares over SMB
name: Disable guest access to file shares over AF
code: sudo defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool NO
revertCode: sudo defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool YES
-
Expand Down

0 comments on commit d810841

Please sign in to comment.