svn commit: r236361 - head/sys/kern

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu May 31 19:32:38 UTC 2012


Author: pjd
Date: Thu May 31 19:32:37 2012
New Revision: 236361
URL: http://svn.freebsd.org/changeset/base/236361

Log:
  Add missing system calls.
  
  MFC after:	3 days

Modified:
  head/sys/kern/capabilities.conf

Modified: head/sys/kern/capabilities.conf
==============================================================================
--- head/sys/kern/capabilities.conf	Thu May 31 19:31:28 2012	(r236360)
+++ head/sys/kern/capabilities.conf	Thu May 31 19:32:37 2012	(r236361)
@@ -445,12 +445,17 @@ olio_listio
 faccessat
 fstatat
 fchmodat
+fchownat
 futimesat
+linkat
 mkdirat
 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-all mailing list