summaryrefslogtreecommitdiffstats
path: root/rules/acl.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/acl.in')
-rw-r--r--rules/acl.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/rules/acl.in b/rules/acl.in
new file mode 100644
index 000000000..1e427ea77
--- /dev/null
+++ b/rules/acl.in
@@ -0,0 +1,29 @@
+## SECTION=disk_and_file
+
+menuconfig ACL
+ tristate
+ select ATTR
+ select HOST_GETTEXT if ACL_GETTEXT
+ prompt "acl "
+ help
+ Access control list utilities
+
+ This package contains the getfacl and setfacl utilities
+ needed for manipulating access control lists.
+
+if ACL
+
+config ACL_TOOLS
+ bool
+ prompt "install tools"
+
+config ACL_SHARED
+ bool
+ default y
+ prompt "install shared lib"
+
+config ACL_GETTEXT
+ bool
+ prompt "gettext support"
+
+endif