Home
last modified time | relevance | path

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

/src/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.h532 int mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp);
/src/sys/kern/
H A Dkern_jail.c3176 if ((error = mac_vnode_check_chroot(td->td_ucred, pr->pr_root))) in do_jail_attach()
H A Dvfs_syscalls.c1000 error = mac_vnode_check_chroot(td->td_ucred, vp); in kern_chroot()