Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 07:46:10 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r257736 - head/sys/kern
Message-ID:  <201311060746.rA67kApH067573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Wed Nov  6 07:46:10 2013
New Revision: 257736
URL: http://svnweb.freebsd.org/changeset/base/257736

Log:
  - 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 <drysdale@google.com>
  MFC after:	3 days

Modified:
  head/sys/kern/capabilities.conf

Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf	Wed Nov  6 05:26:15 2013	(r257735)
+++ head/sys/kern/capabilities.conf	Wed Nov  6 07:46:10 2013	(r257736)
@@ -386,13 +386,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.
 ##
 madvise
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311060746.rA67kApH067573>