ACL_PERM_BITS
acl_int_new->acl_entry[i].ae_perm & ACL_PERM_BITS;
if ((entry->ae_perm & ACL_PERM_BITS) != entry->ae_perm)
if ((entry->ae_perm | ACL_PERM_BITS) != ACL_PERM_BITS)
if ((perm | ACL_PERM_BITS) != ACL_PERM_BITS) {
mask_perm = ACL_PERM_BITS; /* effective is regular if no mask */
if ((acl->acl_entry[i].ae_perm | ACL_PERM_BITS) !=
ACL_PERM_BITS)