summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-03-05 16:11:11 +0000
committerrwatson <rwatson@FreeBSD.org>2002-03-05 16:11:11 +0000
commitdc9611ec67c9298e645b9bead0e8c3e0c516aad0 (patch)
tree40023045796633153b96e3329772f94ae6a5c247 /sys/kern/syscalls.master
parent838cc068438ca55df0e56f84662227e21e8895f3 (diff)
downloadFreeBSD-src-dc9611ec67c9298e645b9bead0e8c3e0c516aad0.zip
FreeBSD-src-dc9611ec67c9298e645b9bead0e8c3e0c516aad0.tar.gz
Reserve system call numbers for the MAC framework. This will prevent
people working on the MAC tree from getting toasted whenever system call numbers are allocated in the main tree (for example, for KSE :-). Calls allocated: __mac_{get,set}_proc, __mac_{get,set}_{fd,file}(). Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 86b2c08..e05f68d 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -553,4 +553,9 @@
int new_grp_flag); }
382 STD BSD { int thread_wakeup(struct thread_mailbox *tmbx); }
383 STD BSD { int kse_yield(void); }
-
+384 UNIMPL BSD __mac_get_proc
+385 UNIMPL BSD __mac_set_proc
+386 UNIMPL BSD __mac_get_fd
+387 UNIMPL BSD __mac_get_file
+388 UNIMPL BSD __mac_set_fd
+389 UNIMPL BSD __mac_set_file
OpenPOWER on IntegriCloud