Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/security/mac/
HDmac_vfs.c405 mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp) in mac_vnode_check_chroot() function
HDmac_framework.h514 int mac_vnode_check_chroot(struct ucred *cred, struct vnode *dvp);
/freebsd-14-stable/sys/kern/
HDkern_jail.c2683 if ((error = mac_vnode_check_chroot(td->td_ucred, pr->pr_root))) in do_jail_attach()
HDvfs_syscalls.c1008 error = mac_vnode_check_chroot(td->td_ucred, nd.ni_vp); in sys_chroot()