| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| contrib/ | 03-May-2024 | - | 866 | 577 | ||
| doc/ | 03-May-2024 | - | 1,590 | 1,471 | ||
| libcap/ | 03-May-2024 | - | 2,444 | 1,446 | ||
| pam_cap/ | 03-May-2024 | - | 445 | 280 | ||
| progs/ | 03-May-2024 | - | 1,560 | 1,199 | ||
| .gitignore | D | 03-May-2024 | 7 | 3 | 2 | |
| Android.mk | D | 03-May-2024 | 1.4 KiB | 54 | 26 | |
| CHANGELOG | D | 03-May-2024 | 500 | 18 | 9 | |
| License | D | 03-May-2024 | 19.8 KiB | 386 | 319 | |
| MODULE_LICENSE_BSD_LIKE | D | 03-May-2024 | 0 | |||
| Make.Rules | D | 03-May-2024 | 2.4 KiB | 89 | 73 | |
| Makefile | D | 03-May-2024 | 760 | 38 | 23 | |
| NOTICE | D | 03-May-2024 | 19.8 KiB | 386 | 319 | |
| README | D | 03-May-2024 | 695 | 30 | 17 | |
| pgp.keys.asc | D | 03-May-2024 | 15 KiB | 279 | 260 | |
| template.c | D | 03-May-2024 | 60 | 7 | 0 |
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