summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/cap_set_fd.c
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-041-1/+3
| | | | | | | | | | Makefile, add Makefile.inc needed for libc build; add #include "namespace.h"/#include "un-namespace.h" pairs around the includes of sys/acl.h and sys/capability.h, and an additional underscore in front of the functions that will be overridden in libc_r. Approved by: rwatson Obtained from: TrustedBSD Project
* o General warning fixing commitrwatson2000-09-191-3/+0
| | | | | | | | - Include <stdlib.h> and <string.h> as needed for prototypes - Remove unneeded "error" variables o Make cap_init() use cap_clear() instead of bzero() Obtained from: TrustedBSD Project
* o Introduce cap_{get,set}_{file,fd}() syscall wrappers, associated withrwatson2000-07-051-0/+43
soon to be committed syscall stubs. These calls will be used to get and set capability state associated with executables. Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud