summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-09-30 08:46:01 +0000
committerrwatson <rwatson@FreeBSD.org>2009-09-30 08:46:01 +0000
commit3d5e3df28caf5a97723515d87997756eb9f8b286 (patch)
tree8173d4485d063be668d6615e30542a45944eb16c /sys/kern/syscalls.master
parentb9dd6845806b960b2bbb9115bf43849fbf3391df (diff)
downloadFreeBSD-src-3d5e3df28caf5a97723515d87997756eb9f8b286.zip
FreeBSD-src-3d5e3df28caf5a97723515d87997756eb9f8b286.tar.gz
Reserve system call numbers for Capsicum security framework capabilities,
capability mode, and process descriptors: cap_new, cap_getrights, cap_enter, cap_getmode, pdfork, pdkill, pdgetpid, and pdwait. Obtained from: TrustedBSD Project Sponsored by: Google MFC after: 3 weeks
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 4e2e99c..f96ed79 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -911,5 +911,13 @@
512 AUE_SHMCTL NOSTD { int shmctl(int shmid, int cmd, \
struct shmid_ds *buf); }
513 AUE_LPATHCONF STD { int lpathconf(char *path, int name); }
+514 AUE_CAP_NEW UNIMPL cap_new
+515 AUE_CAP_GETRIGHTS UNIMPL cap_getrights
+516 AUE_CAP_ENTER UNIMPL cap_enter
+517 AUE_CAP_GETMODE UNIMPL cap_getmode
+518 AUE_PDFORK UNIMPL pdfork
+519 AUE_PDKILL UNIMPL pdkill
+520 AUE_PDGETPID UNIMPL pdgetpid
+521 AUE_PDWAIT UNIMPL pdwait
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master
OpenPOWER on IntegriCloud