svn commit: r272048 - stable/9/sys/kern

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Sep 23 22:27:35 UTC 2014


Author: pjd
Date: Tue Sep 23 22:27:34 2014
New Revision: 272048
URL: http://svnweb.freebsd.org/changeset/base/272048

Log:
  MFC r236360,r236361:
  
  - Add missing system calls.
  - Remove rmdirat system call which doesn't exist.

Modified:
  stable/9/sys/kern/capabilities.conf
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/kern/capabilities.conf
==============================================================================
--- stable/9/sys/kern/capabilities.conf	Tue Sep 23 22:23:58 2014	(r272047)
+++ stable/9/sys/kern/capabilities.conf	Tue Sep 23 22:27:34 2014	(r272048)
@@ -445,13 +445,17 @@ olio_listio
 faccessat
 fstatat
 fchmodat
+fchownat
 futimesat
+linkat
 mkdirat
-rmdirat
 mkfifoat
 mknodat
 openat
+readlinkat
 renameat
+symlinkat
+unlinkat
 
 ##
 ## Allow entry into open(2). This system call will fail, since access to the


More information about the svn-src-stable-9 mailing list