You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SNTPolicyProcessor via MOLCodesignChecker currently evaluates the SecStaticCodeRef of a file path when a new exec is authorized. This is a legacy limitation from when Santa deployed its own kext and used the available Kauth hook since the new process wasn't completely setup yet.
Now that Santa is using the EndpointSecurity framework, the ES exec hook should not have this same limitation and we can move to using the SecCodeRef.
The text was updated successfully, but these errors were encountered:
The
SNTPolicyProcessor
viaMOLCodesignChecker
currently evaluates theSecStaticCodeRef
of a file path when a new exec is authorized. This is a legacy limitation from when Santa deployed its own kext and used the available Kauth hook since the new process wasn't completely setup yet.Now that Santa is using the EndpointSecurity framework, the ES exec hook should not have this same limitation and we can move to using the
SecCodeRef
.The text was updated successfully, but these errors were encountered: