feat: support syspolicy_check a new feature in Sonoma to determine if the provided macOS application will pass the current running configurations’ system policy. #143

Closed
opened 2026-01-19 18:29:22 +00:00 by michael · 1 comment
Owner

Originally created by @sambacha on GitHub.

Problem to solve

Sonoma introduces a new command line tool, from their release notes:

https://developer.apple.com/documentation/macos-release-notes/macos-14-release-notes#Trusted-Execution

/usr/bin/syspolicy:

check is a new command line tool to help determine if the provided macOS application will pass the current running configurations’ system policy.
This includes the same checks performed by the Apple notary service and other macOS Trusted Execution layers such as codesign, Gatekeeper, XProtect, and more. Please see the main page for additional details. (108737781)

Originally created by @sambacha on GitHub. ### Problem to solve Sonoma introduces a new command line tool, from their release notes: > https://developer.apple.com/documentation/macos-release-notes/macos-14-release-notes#Trusted-Execution ``` /usr/bin/syspolicy: ``` check is a new command line tool to help determine if the provided macOS application will pass the current running configurations’ system policy. This includes the same checks performed by the Apple notary service and other macOS Trusted Execution layers such as codesign, Gatekeeper, XProtect, and more. Please see the main page for additional details. (108737781)
Author
Owner

@robertgendler commented on GitHub:

This isn't an issue with the project. This seems more useful as a discussion. Moving to that

@robertgendler commented on GitHub: This isn't an issue with the project. This seems more useful as a discussion. Moving to that
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: usnistgov/macos_security#143