summaryrefslogtreecommitdiffstats
path: root/rules/acl.in
blob: 1e427ea771b0c3ddca65e19f42bf8c98bdf16440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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