Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/kern/
H A Dkern_authorization.c133 kauth_scope_t kauth_scope_fileop; variable
154 kauth_scope_fileop = kauth_register_scope(KAUTH_SCOPE_FILEOP, NULL, NULL); in kauth_scope_init()
516 if ((kauth_scope_fileop->ks_flags & KS_F_HAS_LISTENERS) != 0) { in kauth_authorize_fileop_has_listeners()
532 if ((kauth_scope_fileop->ks_flags & KS_F_HAS_LISTENERS) == 0) { in kauth_authorize_fileop()
560 kauth_authorize_action(kauth_scope_fileop, credential, action, arg0, arg1, arg2, 0); in kauth_authorize_fileop()