Searched refs:KAUTH_ACE_GENERIC_READ (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ | ||
| H A D | kauth.h | 341 #define KAUTH_ACE_GENERIC_READ (1<<24) macro |
| /xnu-8792.61.2/bsd/kern/ | ||
| H A D | kern_authorization.c | 662 if (rights & KAUTH_ACE_GENERIC_READ) { in kauth_acl_evaluate() |