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

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

if LIBCAP

config LIBCAP_SETCAP
	bool
	prompt "Install setcap/getcap"

endif