summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/cap_set_flag.c
Commit message (Collapse)AuthorAgeFilesLines
* No POSIX.1e capabilities in the main tree yet.rwatson2002-06-131-73/+0
|
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* o src/sys/capability.h provides a number of support macros that are notrwatson2001-08-291-0/+3
| | | | | | | | | | documented by POSIX.1e, and understand the opaque capability structures. Introduce support in the userland POSIX.1e library for a _CAPABILITY_NEEDMACROS define to remove these macros from the normal namespace, but allow the libc functions to use them. Submitted by: tmm Obtained from: TrustedBSD Project
* Prepare for the inclusion of libposix1e into libc: retire the oldtmm2001-04-041-0/+2
| | | | | | | | | | 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 Simplify capability types away from an array of ints to a singlerwatson2000-10-131-6/+9
| | | | | | | | | | | | | | | | | | u_int64_t flag field, bounding the number of capabilities at 64, but substantially cleaning up capability logic (there are currently 43 defined capabilities). o Heads up to anyone actually using capabilities: the constant assignments for various capabilities have been redone, so any persistent binary capability stores (i.e., '$posix1e.cap' EA backing files) must be recreated. If you have one of these, you'll know about it, so if you have no idea what this means, don't worry. o Update libposix1e to reflect this new definition, fixing the exposed functions that directly manipulate the flags fields. Obtained from: TrustedBSD Project
* o cap_set_flag() was not correctly clearing capabilities when valuerwatson2000-09-191-2/+5
| | | | | | was CAP_CLEAR. Obtained from: TrustedBSD Project
* o Introduce libposix1e capability support routines, which provide arwatson2000-06-041-0/+61
standardized interface to the capability support in TrustedBSD. o Not currently enabled in Makefile, as this code depends on syscalls and include files that will be committed at a later date. Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud