Searched refs:acl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_authorization.c1059 * Set the endianness of a filesec and an ACL; if 'acl' is NULL, use the
1066 * acl The ACL to convert (optional)
1075 kauth_filesec_acl_setendian(int kendian, kauth_filesec_t fsec, kauth_acl_t acl) argument
1086 if (acl == NULL)
1087 acl = &fsec->fsec_acl;
1089 compare_acl_entrycount = acl->acl_entrycount;
1101 compare_acl_entrycount = ntohl(acl->acl_entrycount);
1113 acl->acl_entrycount = ntohl(acl->acl_entrycount);
1115 acl
[all...]
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_vfs.c914 struct acl *acl)
924 MAC_CHECK(vnode_check_setacl, cred, vp, vp->v_label, type, acl);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c1846 * Get a filesec and optional acl contents from an extended attribute.
1989 * Set a filesec and optional acl contents into an extended attribute.
1991 * write to a named extended attribute (KAUTH_FILESEC_XATTR). The 'acl'
1993 * original caller supplied an acl.
1997 * acl The acl to be associated with 'fsec'.
2004 * Notes: Both the fsec and the acl are always valid.
2007 * as are the acl contents, if they are used. Internally, we will
2020 vnode_set_filesec(vnode_t vp, kauth_filesec_t fsec, kauth_acl_t acl, vfs_context_t ctx) argument
2037 saved_acl_copysize = KAUTH_ACL_COPYSIZE(acl);
[all...]

Completed in 36 milliseconds