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:
parent
b54e59b479
commit
1a7fb1d7f5
@ -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); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user