Home | History | Annotate | only in /external/libcap
Up to higher level directory
NameDateSize
Android.bp22-Oct-20201.7K
CHANGELOG22-Oct-2020500
contrib/22-Oct-2020
doc/22-Oct-2020
kdebug/22-Oct-2020
libcap/22-Oct-2020
License22-Oct-202019.8K
Make.Rules22-Oct-20202.4K
Makefile22-Oct-2020789
METADATA22-Oct-2020364
MODULE_LICENSE_BSD_LIKE22-Oct-20200
NOTICE22-Oct-202019.8K
OWNERS22-Oct-202065
pam_cap/22-Oct-2020
pgp.keys.asc22-Oct-202015K
progs/22-Oct-2020
README22-Oct-2020695
template.c22-Oct-202060

README

      1 This is a library for getting and setting POSIX.1e (formerly POSIX 6)
      2 draft 15 capabilities.
      3 
      4 This library would not have been possible without the help of 
      5 
      6 	Aleph1, Roland Buresund and Andrew Main, Alexander Kjeldaas.
      7 
      8 More information on capabilities in the Linux kernel can be found at
      9 
     10 	http://sites.google.com/site/fullycapable/
     11 
     12 # INSTALLATION
     13 
     14 	Linux-Caps % make
     15 
     16 		builds the library and the programs
     17 
     18 	Linux-Caps % make install
     19 
     20 		installs the library libcap.XX.Y in /lib[64]/
     21 		the binaries in /sbin/
     22 		the <sys/capability.h> file in /usr/include
     23 		the libcap.pc file in /usr/lib[64]/pkgconfig
     24 
     25 * for some example programs look in progs.
     26 
     27 Cheers
     28 
     29 Andrew G. Morgan <morgan (a] kernel.org>
     30