mirror of
https://github.com/usnistgov/macos_security.git
synced 2026-02-03 05:53:24 +00:00
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
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sambacha on GitHub.
Problem to solve
Sonoma introduces a new command line tool, from their release notes:
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)
@robertgendler commented on GitHub:
This isn't an issue with the project. This seems more useful as a discussion. Moving to that