Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2018 18:17:19 +0000 (UTC)
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335900 - head/sys/compat/freebsd32
Message-ID:  <201807031817.w63IHJwQ016041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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