Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/vfs/ !
H A Dvfs_syscalls.c7824 chmod_extended_init(struct vnode_attr *pva, kauth_filesec_t *pxsecdst, int mode, uid_t uid, in chmod_extended_init() argument
7845 *pxsecdst = NULL; in chmod_extended_init()
7855 if ((error = kauth_copyinfilesec(xsecurity, pxsecdst)) != 0) { in chmod_extended_init()
7859 VATTR_SET(pva, va_acl, &(*pxsecdst)->fsec_acl); in chmod_extended_init()