Introduce syscalls for process capability manipulation. Currently backs

onto already committed stubs.  Commit one of two.

Reviewed by:	Damned if I can remember.  Many people.
Obtained from:	TrustedBSD Project
This commit is contained in:
rwatson 2000-06-15 23:08:17 +00:00
parent b54e59b479
commit 1a7fb1d7f5

View File

@ -520,3 +520,5 @@
int nchanges, struct kevent **changelist, \
int nevents, struct kevent *eventlist, \
struct timespec *timeout); }
364 STD BSD { int __cap_get_proc(struct cap *cap_p); }
365 STD BSD { int __cap_set_proc(struct cap *cap_p); }