summaryrefslogtreecommitdiffstats
path: root/rules/libcap.in
blob: 6262467d19ab2cb29c0e58f0655578d097ae8c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=system_libraries

menuconfig LIBCAP
	tristate
	select HOST_GPERF
	prompt "libcap                        "
	help
	  A library for getting and setting POSIX.1e capabilities.

if LIBCAP

config LIBCAP_SETCAP
	bool
	prompt "Install setcap/getcap"

endif