svn commit: r338726 - stable/11/sys/compat/freebsd32

Ed Maste emaste at FreeBSD.org
Mon Sep 17 18:36:30 UTC 2018


Author: emaste
Date: Mon Sep 17 18:36:29 2018
New Revision: 338726
URL: https://svnweb.freebsd.org/changeset/base/338726

Log:
  MFC r335900 (oshogbo): 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:
  stable/11/sys/compat/freebsd32/capabilities.conf
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/freebsd32/capabilities.conf
==============================================================================
--- stable/11/sys/compat/freebsd32/capabilities.conf	Mon Sep 17 17:18:54 2018	(r338725)
+++ stable/11/sys/compat/freebsd32/capabilities.conf	Mon Sep 17 18:36:29 2018	(r338726)
@@ -112,6 +112,7 @@ getauid
 freebsd32_getcontext
 getdents
 freebsd32_getdirentries
+getdirentries
 getdomainname
 getdtablesize
 getegid


More information about the svn-src-stable mailing list