Home
last modified time | relevance | path

Searched refs:PERM_TYPE_EMPTY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.h58 #define PERM_TYPE_EMPTY 0x4 /* no permissions are specified */ macro
H A Dacl.y530 | COLON {$$.perm_style = PERM_TYPE_EMPTY;}
H A Dacltext.c1356 if (aclperm->perm_style == PERM_TYPE_EMPTY) { in ace_perm_mask()