Skip to content

Commit

Permalink
Merge branch 'main' into markowsky/metrics_class
Browse files Browse the repository at this point in the history
  • Loading branch information
tnek committed Aug 12, 2021
2 parents 73522c5 + ac1f8ea commit cdda011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/santad/EventProviders/SNTEndpointSecurityManager.mm
Expand Up @@ -338,6 +338,7 @@ - (void)messageHandler:(es_message_t *)m API_AVAILABLE(macos(10.15)) {
es_respond_auth_result(self.client, m, ES_AUTH_RESULT_ALLOW, true);
return;
}
return;
}
case ES_EVENT_TYPE_AUTH_KEXTLOAD: {
es_string_token_t identifier = m->event.kextload.identifier;
Expand Down

0 comments on commit cdda011

Please sign in to comment.