1. Home
  2. Security Hardening
  3. NIST MacOS Catalina V1.5.0 800 171
  4. Catalina – Disable Guest Access to Shared SMB Folders

Catalina – Disable Guest Access to Shared SMB Folders

Details

Guest access to shared Server Message Block (SMB) folders _MUST_ be disabled.

Turning off guest access prevents anonymous users from accessing files shared via SMB.

Solution

Run the following bash code

/usr/sbin/sysadminctl -smbGuestAccess off
----

mobileconfig profile info:

com.apple.smb.server:
AllowGuestAccess:
False

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control, Identification and Authentication.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles