GitHub
github.com › mhiramat › libcap › blob › master › README
libcap/README at master · mhiramat/libcap
installs the library libcap.XX.Y in /lib[64]/ the binaries in /sbin/ the <sys/capability.h> file in /usr/include · the libcap.pc file in /usr/lib[64]/pkgconfig · · * for some example programs look in progs. · Cheers · · Andrew G.
Author mhiramat
GitHub
github.com › mhiramat › libcap
GitHub - mhiramat/libcap: Clone of git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git plus --exec options · GitHub
Clone of git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git plus --exec options - mhiramat/libcap
Starred by 9 users
Forked by 13 users
Languages C 76.2% | Shell 19.8% | Makefile 4.0%
GitHub
github.com › the-tcpdump-group › libpcap
GitHub - the-tcpdump-group/libpcap: the LIBpcap interface to various kernel packet capture mechanism · GitHub
Starred by 3.1K users
Forked by 938 users
Languages C 61.9% | Perl 22.7% | Roff 5.3% | CMake 4.4% | M4 2.4% | Shell 1.5%
GitHub
github.com › stevegrubb › libcap-ng
GitHub - stevegrubb/libcap-ng: Libcap-ng is a library for Linux that makes using posix capabilities easy. · GitHub
Starred by 91 users
Forked by 40 users
Languages C 85.8% | Roff 5.1% | Makefile 3.9% | M4 3.1% | Python 1.7% | SWIG 0.4%
GitHub
github.com › pantacor › libcap
GitHub - pantacor/libcap · GitHub
More information on capabilities in the Linux kernel, links to the official git repository for libcap, release notes and how to report bugs can be found at: http://sites.google.com/site/fullycapable/ The primary upstream git repository is this one: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/ # BUILDING AND INSTALLATION $ make builds the library and the programs that are expected to work on your system.
Author pantacor
GitHub
github.com › Distrotech › libcap
GitHub - Distrotech/libcap: Mirror of git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.gitt/morgan/libcap.git · GitHub
Mirror of git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.gitt/morgan/libcap.git - Distrotech/libcap
Starred by 7 users
Forked by 6 users
Languages C 96.6% | Shell 3.4%
GitHub
github.com › mhiramat › libcap › blob › master › libcap › cap_file.c
libcap/libcap/cap_file.c at master · mhiramat/libcap
#include "libcap.h" · #ifdef VFS_CAP_U32 · · #if VFS_CAP_U32 != __CAP_BLKS · # error VFS representation of capabilities is not the same size as kernel · #endif · · #if __BYTE_ORDER == __BIG_ENDIAN · #define FIXUP_32BITS(x) bswap_32(x) #else · #define FIXUP_32BITS(x) (x) #endif ·
Author mhiramat
GitHub
github.com › mhiramat › libcap › blob › master › libcap › libcap.h
libcap/libcap/libcap.h at master · mhiramat/libcap
Clone of git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git plus --exec options - libcap/libcap/libcap.h at master · mhiramat/libcap
Author mhiramat
GitHub
github.com › mhiramat › libcap › blob › master › CHANGELOG
libcap/CHANGELOG at master · mhiramat/libcap
https://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/ · Or simply download the source: · git clone git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git · · The license for this library is here: · https://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/tree/License ·
Author mhiramat
GitHub
github.com › HuaxinLu › libcap
GitHub - HuaxinLu/libcap
More information on capabilities in the Linux kernel, links to the official git repository for libcap, release notes and how to report bugs can be found at: http://sites.google.com/site/fullycapable/ The primary upstream git repository is this one: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/ # BUILDING AND INSTALLATION $ make builds the library and the programs that are expected to work on your system.
Author HuaxinLu
GitHub
github.com › mhiramat › libcap › blob › master › libcap › _makenames.c
libcap/libcap/_makenames.c at master · mhiramat/libcap
* libcap. */ · #include <stdio.h> #include <stdlib.h> #include <sys/capability.h> · /* * #include 'sed' generated array · */ · struct { const char *name; int index; } const list[] = { #include "cap_names.list.h" {NULL, -1} }; · /* this should be more than big enough (factor of three at least) */ const char *pointers[8*sizeof(struct __user_cap_data_struct)]; ·
Author mhiramat
GitHub
github.com › pexip › os-libcap2
GitHub - pexip/os-libcap2: Packaging for libcap2 · GitHub
More information on capabilities in the Linux kernel, links to the official git repository for libcap, release notes and how to report bugs can be found at: http://sites.google.com/site/fullycapable/ The primary upstream git repository is this one: https://git.kernel.org/pub/scm/libs/libcap/libcap.git/ # BUILDING AND INSTALLATION $ make builds the library and the programs that are expected to work on your system.
Author pexip
GitHub
github.com › mhiramat › libcap › blob › master › progs › setcap.c
libcap/progs/setcap.c at master · mhiramat/libcap
" (old libcap?)\n"); } · while (--argc > 0) { const char *text; cap_t cap_d; · if (!strcmp(*++argv, "-q")) { quiet = 1; continue; } if (!strcmp(*argv, "-v")) { verify = 1; continue; } ·
Author mhiramat
GitHub
freetz-ng.github.io › freetz-ng › libs › libcap.html
libcap (libcap.so) 2.49/2.75 | Freetz-NG
Repository: https://git.kernel.org/pub/scm/libs/libcap/libcap.git
GitHub
github.com › mhiramat › libcap › blob › master › progs › getcap.c
libcap/progs/getcap.c at master · mhiramat/libcap
Clone of git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git plus --exec options - libcap/progs/getcap.c at master · mhiramat/libcap
Author mhiramat
Google Sites
sites.google.com › site › fullycapable
Not needing root to administer Linux - the home of libcap
Release notes for libcap, libpsx and Go packages cap and psx. You can read about Linux Capabilities in this OLS paper. Serge wrote a related article for Linux Journal. ... As a tar file here (or with a signature here). Or browse the git managed source here. Courtesy of GitHub, we maintain a continuous build tester for the git repository here.
GitHub
github.com › mhiramat › libcap › blob › master › libcap › cap_proc.c
libcap/libcap/cap_proc.c at master · mhiramat/libcap
#include "libcap.h" · cap_t cap_get_proc(void) { cap_t result; · /* allocate a new capability set */ result = cap_init(); if (result) { _cap_debug("getting current process' capabilities"); · /* fill the capability sets via a system call */ if (capget(&result->head, &result->u[0].set)) { cap_free(result); result = NULL; } } ·
Author mhiramat
GitHub
github.com › mhiramat › libcap › blob › master › License
libcap/License at master · mhiramat/libcap
Clone of git://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git plus --exec options - libcap/License at master · mhiramat/libcap
Author mhiramat