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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4610 static kauth_scope_t vnode_scope; variable
4633 vnode_scope = kauth_register_scope(KAUTH_SCOPE_VNODE, vnode_authorize_callback, NULL);
4639 * This is KPI, but here because it needs vnode_scope.
4667 result = kauth_authorize_action(vnode_scope, vfs_context_ucred(ctx), action,

Completed in 25 milliseconds