summaryrefslogtreecommitdiffstats
path: root/rules/libcap-ng.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-04-03 08:57:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-05 16:18:59 +0200
commitad77410d0f137b0b47a8691ab05bbdc5dfdc5e37 (patch)
tree1a4a0c29da696a1ea144e562bb4587c4263d0fa0 /rules/libcap-ng.in
parent97743b462d8c568e6994f016eb660963a02608f7 (diff)
downloadptxdist-ad77410d0f137b0b47a8691ab05bbdc5dfdc5e37.tar.gz
ptxdist-ad77410d0f137b0b47a8691ab05bbdc5dfdc5e37.tar.xz
libcap-ng: add option to install tools
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libcap-ng.in')
-rw-r--r--rules/libcap-ng.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/rules/libcap-ng.in b/rules/libcap-ng.in
index ec6dd1be7..0f2fb7acb 100644
--- a/rules/libcap-ng.in
+++ b/rules/libcap-ng.in
@@ -1,9 +1,19 @@
## SECTION=system_libraries
-config LIBCAP_NG
+menuconfig LIBCAP_NG
tristate
- prompt "libcap-ng"
+ 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