Information
Gatekeeper is Apple's application that utilizes allowlisting to restrict downloaded applications from launching. It functions as a control to limit applications from unverified sources from running without authorization. In an update to Gatekeeper in macOS 13 Ventura, Gatekeeper checks every application on every launch, not just quarantined apps.
Disallowing unsigned software will reduce the risk of unauthorized or malicious applications from running on the system.
Solution
Graphical Method:
Perform the following steps to enable Gatekeeper:
- Open System Settings
- Select Privacy & Security
- Set 'Allow apps downloaded from' to 'App Store and identified developers'
Profile Method:
Create or edit a configuration profile with the following information:
- The PayloadType string is com.apple.systempolicy.control
- The key to include is AllowIdentifiedDevelopers
- The key must be set to <true/>
- The key to also include is EnableAssessment
- The key must be set to <true/>
Note: In previous versions of macOS, Gatekeeper could be set using the binary. This has been removed in macOS 15 Sequoia.