Searched defs:aclent_perm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacl.y51 %type <acl_perm> perms perm aclent_perm ace_perms
302 aclent: entry_type idname aclent_perm /* user or group */
332 | entry_type COLON aclent_perm /* owner group other */
354 | entry_type COLON aclent_perm COLON id
364 | entry_type idname aclent_perm COLON id /* user or group */
398 | entry_type aclent_perm /* mask entry */
421 | entry_type aclent_perm COLON id
482 aclent_perm: PERM_TOK label
520 | aclent_perm COLON {$$ = $1;}
540 | ACE_PERM SLASH aclent_perm
[all...]

Completed in 44 milliseconds