Details
The information system implements cryptographic mechanisms to authenticate software prior to installation.
Gatekeeper settings must be configured correctly to only allow the system to run applications downloaded from the Mac App Store or applications signed with a valid Apple Developer ID code. Administrator users will still have the option to override these settings on a per-app basis. Gatekeeper is a security feature that ensures that applications must be digitally signed by an Apple-issued certificate in order to run. Digital signatures allow the macOS to verify that the application has not been modified by a malicious third party.
Solution
Run the following bash code
/usr/sbin/spctl --master-enable; /usr/sbin/spctl --enable
----
mobileconfig profile info:
com.apple.systempolicy.control:
AllowIdentifiedDevelopers:
True
EnableAssessment:
True
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management, System and Information Integrity.This control applies to the following type of system Unix.
References
- 800-53|CM-5
- 800-53|CM-5(3)
- 800-53|CM-6b.
- 800-53|CM-14
- 800-53|SI-7(1)
- 800-53|SI-7(15)
- CCE|CCE-91057-0, CCI|CCI-000366
Comments
Please sign in to leave a comment.