1The libcap-ng library should make programming with posix capabilities 2easier. The library has some utilities to help you analyse a system 3for apps that may have too much privileges. 4 5NOTE: to distributions. There is a "make check" target. It only works 6if the headers match the kernel. IOW, if you have a chroot build system 7that is using a much older kernel, the macros in the kernel header files 8will do the wrong thing when the capng_init function probes the kernel 9and decides we are doing v1 rather than v3 protocol. If that is your case, 10just don't do the "make check" as part of the build process. 11 12Report any bugs in this package to sgrubb@redhat.com or better yet, 13file them here: https://bugzilla.redhat.com/ 14