Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_vfs.c405 mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_chroot() function
H A Dmac_framework.h510 int mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp);
/freebsd/sys/kern/
H A Dkern_jail.c2700 if ((error = mac_vnode_check_chroot(td->td_ucred, pr->pr_root))) in do_jail_attach()
H A Dvfs_syscalls.c1006 error = mac_vnode_check_chroot(td->td_ucred, nd.ni_vp); in sys_chroot()