summaryrefslogtreecommitdiffstats
path: root/lib/libposix1e/cap_set_file.c
Commit message (Collapse)AuthorAgeFilesLines
* o General warning fixing commitrwatson2000-09-191-2/+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