summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2016-03-07 20:12:28 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2016-03-07 20:12:28 +0100
commit5d1d2c80426f95db215a1484befcf5ccfa94b2b1 (patch)
treebaaac84aee205afedda7c03871d2b70e3f65d1ac
parent26a87d36f80d5e98bccb5878834d9e69dadfe3e9 (diff)
downloadacl-5d1d2c80426f95db215a1484befcf5ccfa94b2b1.tar.gz
Remove ACL_ADD and ACL_DELETE
These permissions will never be added to POSIX ACLs; remove the (already commented out) definitions.
-rw-r--r--include/acl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/acl.h b/include/acl.h
index 7e1b0b8..7e4417f 100644
--- a/include/acl.h
+++ b/include/acl.h
@@ -48,8 +48,6 @@ typedef struct __acl_permset_ext *acl_permset_t;
#define ACL_READ (0x04)
#define ACL_WRITE (0x02)
#define ACL_EXECUTE (0x01)
-//#define ACL_ADD (0x08)
-//#define ACL_DELETE (0x10)
/* 23.2.5 acl_tag_t values */