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

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

if LIBCAP

config LIBCAP_SETCAP
	bool
	prompt "Install setcap/getcap"

endif