Big Sur - Enable Gatekeeper

Information

Gatekeeper _MUST_ be enabled.

Gatekeeper is a security feature that ensures that applications are digitally signed by an Apple-issued certificate before they are permitted to run. Digital signatures allow the macOS host to verify that the application has not been modified by a malicious third party.

Administrator users will still have the option to override these settings on a case-by-case basis.

Solution

[source,bash]
----
/usr/sbin/spctl --master-enable
----

mobileconfig profile info:

com.apple.systempolicy.control:
EnableAssessment:
True

See Also

https://github.com/usnistgov/macos_security