Searched refs:kauth_acl_inherit (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/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-12377.61.12/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-12377.61.12/bsd/nfs/ |
| H A D | nfs_serv.c | 2120 error = kauth_acl_inherit(dvp, in nfsrv_create() 2447 error = kauth_acl_inherit(dvp, in nfsrv_mknod() 3897 error = kauth_acl_inherit(dvp, in nfsrv_mkdir()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_subr.c | 8150 if ((error = kauth_acl_inherit(dvp, in vn_attribute_prepare()
|