summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-04-11 20:20:40 +0000
committerrwatson <rwatson@FreeBSD.org>2001-04-11 20:20:40 +0000
commitaf3eb0f5a23886d054afe80270022e3fb049da7d (patch)
tree4bc9fe4aa4d840673b2102f303706bc20cf15230 /sys/sys/syscall.h
parentc9a0bb442c87ee0a7cf937ed1c3e06d16b64c00c (diff)
downloadFreeBSD-src-af3eb0f5a23886d054afe80270022e3fb049da7d.zip
FreeBSD-src-af3eb0f5a23886d054afe80270022e3fb049da7d.tar.gz
o Introduce a new system call, __setsugid(), which allows a process to
toggle the P_SUGID bit explicitly, rather than relying on it being set implicitly by other protection and credential logic. This feature is introduced to support inter-process authorization regression testing by simplifying userland credential management allowing the easy isolation and reproduction of authorization events with specific security contexts. This feature is enabled only by "options REGRESSION" and is not intended to be used by applications. While the feature is not known to introduce security vulnerabilities, it does allow processes to enter previously inaccessible parts of the credential state machine, and is therefore disabled by default. It may not constitute a risk, and therefore in the future pending further analysis (and appropriate need) may become a published interface. Obtained from: TrustedBSD Project
Diffstat (limited to 'sys/sys/syscall.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud