Lines Matching defs:acl_other
757 struct acl_entry *acl_other, *acl_mask;
770 * ACL_OTHER entries, preventing some future iterations.
772 acl_mask = acl_other = NULL;
793 case ACL_OTHER:
794 acl_other = ae;
803 * An ACL_OTHER entry should always exist in a valid access ACL. If
808 if (acl_other == NULL) {
812 printf("%s: ACL_OTHER missing\n", __func__);
862 * should move on to ACL_OTHER.
968 * Fall back on ACL_OTHER. ACL_MASK is not applied to ACL_OTHER.
971 if (acl_other->ae_perm & ACL_EXECUTE)
973 if (acl_other->ae_perm & ACL_READ)
975 if (acl_other->ae_perm & ACL_WRITE)