Home
last modified time | relevance | path

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

/xnu-11215/security/
H A Dmac_framework.h451 int mac_vnode_check_copyfile(vfs_context_t ctx, struct vnode *dvp,
H A Dmac_vfs.c2823 mac_vnode_check_copyfile(vfs_context_t ctx, struct vnode *dvp, in mac_vnode_check_copyfile() function
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c8678 …if ((error = mac_vnode_check_copyfile(ctx, tdvp, tvp, fvp, &tond.ni_cnd, (mode_t)uap->mode, uap->f… in copyfile()