Searched refs:kauth_scope_fileop (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c133 kauth_scope_t kauth_scope_fileop; variable
176 kauth_scope_fileop = kauth_register_scope(KAUTH_SCOPE_FILEOP, NULL, NULL);
533 if ((kauth_scope_fileop->ks_flags & KS_F_HAS_LISTENERS) != 0) {
549 if ((kauth_scope_fileop->ks_flags & KS_F_HAS_LISTENERS) == 0) {
567 kauth_authorize_action(kauth_scope_fileop, credential, action, arg0, arg1, arg2, 0);
H A Dkern_descrip.c159 extern kauth_scope_t kauth_scope_fileop;

Completed in 14 milliseconds