diff options
Diffstat (limited to 'package/libcap-ng/Config.in')
-rw-r--r-- | package/libcap-ng/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libcap-ng/Config.in b/package/libcap-ng/Config.in new file mode 100644 index 000000000..d1663cdef --- /dev/null +++ b/package/libcap-ng/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBCAP_NG + bool "libcap-ng" + help + The libcap-ng library is intended to make programming with + posix capabilities much easier than the traditional libcap + library. It includes utilities that can analyse all currently + running applications and print out any capabilities and whether + or not it has an open ended bounding set. + + http://people.redhat.com/sgrubb/libcap-ng/ |