Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/sys/
H A Dkauth.h970 #define KAUTH_VNODE_GENERIC_READ_BITS (KAUTH_VNODE_READ_DATA | \ macro
985 #define KAUTH_VNODE_GENERIC_ALL_BITS (KAUTH_VNODE_GENERIC_READ_BITS | \
/xnu-11215.61.5/bsd/miscfs/nullfs/
H A Dnull_vnops.c297 if (vnode_authorize(lowervp, NULL, KAUTH_VNODE_GENERIC_READ_BITS, ectx) == 0) { in nullfs_getattr()
/xnu-11215.61.5/bsd/vfs/
H A Dvfs_subr.c9407 eval.ae_exp_gread = KAUTH_VNODE_GENERIC_READ_BITS; in vnode_authorize_delete()
9474 eval.ae_exp_gread = KAUTH_VNODE_GENERIC_READ_BITS; in vnode_authorize_delete()
9606 eval.ae_exp_gread = KAUTH_VNODE_GENERIC_READ_BITS; in vnode_authorize_simple()
H A Dvfs_syscalls.c8823 action = KAUTH_VNODE_GENERIC_READ_BITS; in clonefile_internal()