From 1a7fb1d7f525929fa5172be7f7a5ebe78466e7ab Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 15 Jun 2000 23:08:17 +0000 Subject: [PATCH] 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 --- sys/kern/syscalls.master | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index e1ae745d4a1d..eb4fd587685a 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -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); }