From e7b1ce07696fa7e9c403bcb0800d6a1f27534641 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 6 Nov 2013 07:46:10 +0000 Subject: [PATCH] - Remove mac_get_fd/mac_set_fd - those are not syscalls. The __mac_get_fd() and __mac_set_fd() syscalls are listed earlier. - Correct typo in syscall name. It should be sched_rr_get_interval, not sched_rr_getinterval. Submitted by: David Drysdale MFC after: 3 days --- sys/kern/capabilities.conf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sys/kern/capabilities.conf b/sys/kern/capabilities.conf index 7f68668a542e..746a04cd9f12 100644 --- a/sys/kern/capabilities.conf +++ b/sys/kern/capabilities.conf @@ -385,13 +385,6 @@ listen ## lseek -## -## Allow MAC label operations by file descriptor, subject to capability -## rights. -## -mac_get_fd -mac_set_fd - ## ## Allow simple VM operations on the current process. ## @@ -552,7 +545,7 @@ sched_get_priority_min ## sched_getparam sched_getscheduler -sched_rr_getinterval +sched_rr_get_interval sched_setparam sched_setscheduler sched_yield