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

/freebsd-current/sys/sys/
H A Dpriv.h251 #define PRIV_VFS_READ 310 /* Override vnode DAC read perm. */ macro
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_policy.c133 if ((accmode & VREAD) && spl_priv_check_cred(cr, PRIV_VFS_READ) != 0)
174 PRIV_VFS_READ,
/freebsd-current/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c284 case PRIV_VFS_READ:
/freebsd-current/sys/security/mac_bsdextended/
H A Dmac_bsdextended.c392 priv_check_cred(cred, PRIV_VFS_READ) == 0)
/freebsd-current/sys/kern/
H A Dsubr_acl_posix1e.c102 if ((accmode & VREAD) && !priv_check_cred(cred, PRIV_VFS_READ))
H A Dsubr_acl_nfs4.c270 if ((accmode & VREAD) && !priv_check_cred(cred, PRIV_VFS_READ))
H A Dkern_jail.c4037 case PRIV_VFS_READ:
H A Dvfs_subr.c5657 !priv_check_cred(cred, PRIV_VFS_READ))
/freebsd-current/sys/security/mac_biba/
H A Dmac_biba.c2010 case PRIV_VFS_READ:
/freebsd-current/sys/security/mac_lomac/
H A Dmac_lomac.c1788 case PRIV_VFS_READ:

Completed in 275 milliseconds