Searched refs:kauth_acl_inherit (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/sys/ |
| H A D | kauth.h | 522 extern int kauth_acl_inherit(vnode_t _dvp, kauth_acl_t _initial, kauth_acl_t *_product, int _i…
|
| /xnu-8792.41.9/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-8792.41.9/bsd/nfs/ |
| H A D | nfs_serv.c | 2109 error = kauth_acl_inherit(dvp, in nfsrv_create() 2436 error = kauth_acl_inherit(dvp, in nfsrv_mknod() 3870 error = kauth_acl_inherit(dvp, in nfsrv_mkdir()
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_subr.c | 7620 if ((error = kauth_acl_inherit(dvp, in vn_attribute_prepare()
|