Searched refs:kauth_acl_inherit (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.61.5/bsd/sys/ |
| H A D | kauth.h | 861 extern int kauth_acl_inherit(vnode_t _dvp, kauth_acl_t _initial, kauth_acl_t *_product, int _i…
|
| /xnu-11215.61.5/bsd/kern/ |
| H A D | kern_authorization.c | 794 kauth_acl_inherit(vnode_t dvp, kauth_acl_t initial, kauth_acl_t *product, int isdir, vfs_context_t … in kauth_acl_inherit() function
|
| /xnu-11215.61.5/bsd/nfs/ |
| H A D | nfs_serv.c | 2119 error = kauth_acl_inherit(dvp, in nfsrv_create() 2446 error = kauth_acl_inherit(dvp, in nfsrv_mknod() 3891 error = kauth_acl_inherit(dvp, in nfsrv_mkdir()
|
| /xnu-11215.61.5/bsd/vfs/ |
| H A D | vfs_subr.c | 8113 if ((error = kauth_acl_inherit(dvp, in vn_attribute_prepare()
|