Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h447 int mac_vnode_check_chroot(vfs_context_t ctx, struct vnode *dvp,
H A Dmac_vfs.c970 mac_vnode_check_chroot(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_chroot() function
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c4432 error = mac_vnode_check_chroot(ctx, nd.ni_vp, in chroot()