summaryrefslogtreecommitdiffstats
path: root/rules/acl.in
blob: a7eb84a00f38c8a76401c6bc3fb610c540f0ff54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=disk_and_file

menuconfig ACL
	tristate
	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"

endif