Name | Date | Size | |
---|---|---|---|
.. | 10-Aug-2018 | 12 KiB | |
.gitignore | 10-Aug-2018 | 16 | |
Android.bp | 10-Aug-2018 | 1.7 KiB | |
CHANGELOG | 10-Aug-2018 | 500 | |
contrib/ | 10-Aug-2018 | 4 KiB | |
doc/ | 10-Aug-2018 | 4 KiB | |
kdebug/ | 10-Aug-2018 | 4 KiB | |
libcap/ | 10-Aug-2018 | 4 KiB | |
License | 10-Aug-2018 | 19.8 KiB | |
Make.Rules | 10-Aug-2018 | 2.4 KiB | |
Makefile | 10-Aug-2018 | 789 | |
MODULE_LICENSE_BSD_LIKE | 10-Aug-2018 | 0 | |
NOTICE | 10-Aug-2018 | 19.8 KiB | |
pam_cap/ | 10-Aug-2018 | 4 KiB | |
pgp.keys.asc | 10-Aug-2018 | 15 KiB | |
progs/ | 10-Aug-2018 | 4 KiB | |
README | 10-Aug-2018 | 695 | |
template.c | 10-Aug-2018 | 60 |
README
1This is a library for getting and setting POSIX.1e (formerly POSIX 6) 2draft 15 capabilities. 3 4This library would not have been possible without the help of 5 6 Aleph1, Roland Buresund and Andrew Main, Alexander Kjeldaas. 7 8More 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 27Cheers 28 29Andrew G. Morgan <morgan@kernel.org> 30