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:
Robert Watson 2000-06-15 23:08:17 +00:00
parent 4bd02a5609
commit b09b66abf6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61718

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); }