From 41d2a1477233231ae0445d5ac07320290b686b4e Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 13 Jul 2011 11:13:59 +0200 Subject: New package: acl POSIX Access Control Lists, which are used to define more fine-grained discretionary access rights for files and directories. [Peter: needs largefile] Signed-off-by: Heiko Zuerker Signed-off-by: Daniel Mack Signed-off-by: Yegor Yefremov Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/acl/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/acl/Config.in (limited to 'package/acl/Config.in') diff --git a/package/acl/Config.in b/package/acl/Config.in new file mode 100644 index 000000000..f3d10d5a2 --- /dev/null +++ b/package/acl/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_ACL + bool "acl" + select BR2_PACKAGE_ATTR + depends on BR2_LARGEFILE + help + POSIX Access Control Lists, which are used to define more + fine-grained discretionary access rights for files and + directories. + This package also provides libacl. + + http://savannah.nongnu.org/projects/acl + +comment "acl requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE -- cgit v1.2.3