Home | History | Annotate | only in /external/libcap-ng/libcap-ng-0.7
Up to higher level directory
NameDateSize
aclocal.m424-Aug-201643.7K
AUTHORS24-Aug-201667
autogen.sh24-Aug-2016109
bindings/24-Aug-2016
ChangeLog24-Aug-20162.7K
compile24-Aug-20166.7K
config.guess24-Aug-201643.6K
config.h.in24-Aug-20162.3K
config.sub24-Aug-201634.5K
configure24-Aug-2016441.1K
configure.ac24-Aug-20164.5K
COPYING24-Aug-201617.6K
COPYING.LIB24-Aug-201625.9K
depcomp24-Aug-201619.9K
docs/24-Aug-2016
INSTALL24-Aug-201615.4K
install-sh24-Aug-201613.7K
libcap-ng.spec24-Aug-20163.1K
ltmain.sh24-Aug-2016276.8K
m4/24-Aug-2016
Makefile.am24-Aug-20161.1K
Makefile.in24-Aug-201624.4K
missing24-Aug-201610.1K
NEWS24-Aug-20160
py-compile24-Aug-20164.2K
README24-Aug-2016721
src/24-Aug-2016
utils/24-Aug-2016

README

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