Searched refs:PRIV_VFS_LOOKUP (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_policy.c134 if (priv_check_cred(cr, PRIV_VFS_LOOKUP, 0) != 0)
170 PRIV_VFS_LOOKUP
190 case PRIV_VFS_LOOKUP:
/freebsd-11-stable/sys/kern/
H A Dsubr_acl_nfs4.c261 PRIV_VFS_LOOKUP, 0))
H A Dsubr_acl_posix1e.c92 PRIV_VFS_LOOKUP, 0))
H A Dkern_jail.c3305 case PRIV_VFS_LOOKUP:
H A Dvfs_subr.c4448 * For directories, use PRIV_VFS_LOOKUP to satisfy VEXEC
4452 !priv_check_cred(cred, PRIV_VFS_LOOKUP, 0))
/freebsd-11-stable/sys/security/mac_biba/
H A Dmac_biba.c2013 case PRIV_VFS_LOOKUP:
/freebsd-11-stable/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c391 priv_check_cred(cred, (vap->va_type == VDIR) ? PRIV_VFS_LOOKUP :
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c1781 case PRIV_VFS_LOOKUP:
/freebsd-11-stable/sys/sys/
H A Dpriv.h253 #define PRIV_VFS_LOOKUP 314 /* Override vnode DAC lookup perm. */ macro

Completed in 182 milliseconds