summaryrefslogtreecommitdiffstats
path: root/bin/setfacl/setfacl.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/setfacl/setfacl.h')
-rw-r--r--bin/setfacl/setfacl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/setfacl/setfacl.h b/bin/setfacl/setfacl.h
index d3c7923..022a4a34 100644
--- a/bin/setfacl/setfacl.h
+++ b/bin/setfacl/setfacl.h
@@ -39,6 +39,10 @@
#define OP_REMOVE_EXT 0x02 /* remove extended acl's (-b) */
#define OP_REMOVE_ACL 0x03 /* remove acl's (-xX) */
+/* ACL types for the acl array */
+#define ACCESS_ACL 0
+#define DEFAULT_ACL 1
+
/* TAILQ entry for acl operations */
struct sf_entry {
uint op;
OpenPOWER on IntegriCloud