svn commit: r335900 - head/sys/compat/freebsd32

Mariusz Zaborski oshogbo at FreeBSD.org
Tue Jul 3 18:17:20 UTC 2018


Author: oshogbo
Date: Tue Jul  3 18:17:19 2018
New Revision: 335900
URL: https://svnweb.freebsd.org/changeset/base/335900

Log:
  capsicum: add getdirentries to the freebsd32 compact
  
  There is a getdirentries syscall in freebsd32 and it's
  capability ready so allow calling it in the capability mode.
  
  PR:		228671

Modified:
  head/sys/compat/freebsd32/capabilities.conf

Modified: head/sys/compat/freebsd32/capabilities.conf
==============================================================================
--- head/sys/compat/freebsd32/capabilities.conf	Tue Jul  3 17:37:16 2018	(r335899)
+++ head/sys/compat/freebsd32/capabilities.conf	Tue Jul  3 18:17:19 2018	(r335900)
@@ -116,6 +116,7 @@ getauid
 freebsd32_getcontext
 getdents
 freebsd32_getdirentries
+getdirentries
 getdomainname
 getdtablesize
 getegid


More information about the svn-src-all mailing list