Searched defs:group_obj (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclcheck.c | 55 struct entry group_obj; member in struct:entry_stat 96 if (tally.group_obj.count > 0) { 102 tally.group_obj.count = 1; 226 /* there must be exactly one user_obj, group_obj, and other_obj entry */ 228 tally.group_obj.count != 1 ||
|
/illumos-gate/usr/src/common/acl/ |
H A D | acl_common.c | 142 acevals_t group_obj; member in struct:ace_list 526 * stick extra deny on the group_obj and on each 527 * user|group for the mask (the group_obj was added 785 acevals_init(&al->group_obj, NULL); 1146 if (!(list->group_obj.aent_type & GROUP_OBJ)) { 1150 error = acevals_to_aent(&list->group_obj, aent, list, owner, group, 1186 error = ace_mask_to_mode(list->group_obj.allowed, 1281 /* we need at least user_obj, group_obj, and other_obj */ 1368 vals = &acl->group_obj;
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 382 ace4vals_t group_obj; member in struct:ace4_list
|
Completed in 54 milliseconds