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

menuconfig LIBCAP_NG
	tristate
	prompt "libcap-ng                     "
	help
	  The libcap-ng library should make programming with posix capabilities
	  easier. The library has some utilities to help you analyse a system
	  for apps that may have too much privileges.

if LIBCAP_NG

config LIBCAP_NG_TOOLS
	bool
	prompt "install tools"
	help
	  Install captest, filecap, netcap and pscap.

endif