• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

contrib/22-Nov-2023-866577

doc/22-Nov-2023-1,5901,471

kdebug/22-Nov-2023-10974

libcap/22-Nov-2023-2,4631,452

pam_cap/22-Nov-2023-445280

progs/22-Nov-2023-1,5631,199

.gitD01-Jan-19700

.gitignoreD22-Nov-202316 43

Android.bpD22-Nov-20231.7 KiB8066

CHANGELOGD22-Nov-2023500 189

LicenseD22-Nov-202319.8 KiB386319

MODULE_LICENSE_BSD_LIKED22-Nov-20230

Make.RulesD22-Nov-20232.4 KiB8872

MakefileD22-Nov-2023789 3924

NOTICED22-Nov-202319.8 KiB386319

READMED22-Nov-2023695 3017

pgp.keys.ascD22-Nov-202315 KiB279260

template.cD22-Nov-202360 70

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