acl_perm_t
acl_perm_t p;
acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf)
acl_string_to_perm(char *string, acl_perm_t *perm)
acl_perm_t myperm = ACL_PERM_NONE;
acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm)
int acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf);
int acl_string_to_perm(char *string, acl_perm_t *perm);
int acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm);
acl_perm_t ae_perm, effective_perm, mask_perm;
acl_perm_t ae_perm;