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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c133 kauth_scope_t kauth_scope_fileop; variable
173 kauth_scope_fileop = kauth_register_scope(KAUTH_SCOPE_FILEOP, NULL, NULL);
531 if ((kauth_scope_fileop->ks_flags & KS_F_HAS_LISTENERS) != 0) {
547 if ((kauth_scope_fileop->ks_flags & KS_F_HAS_LISTENERS) == 0) {
565 kauth_authorize_action(kauth_scope_fileop, credential, action, arg0, arg1, arg2, 0);
H A Dkern_descrip.c145 extern kauth_scope_t kauth_scope_fileop;

Completed in 38 milliseconds