oops... missed diff as you suggsted.

On 9/11/14, patrick keshishian <pkesh...@gmail.com> wrote:
> On 9/11/14, David Coppa <dco...@gmail.com> wrote:
>> On Thu, Sep 11, 2014 at 11:42 AM, patrick keshishian <pkesh...@gmail.com>
>> wrote:
>>> building gstreamer1-1.2.4 barffed w/o this.
>>>
>>> --patrick
>>>
>>> $ sysctl kern.version
>>> kern.version=OpenBSD 5.6-current (GENERIC) #345: Tue Sep  9 00:22:24 MDT
>>> 2014
>>>     t...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC
>>
>> Sure.
>>
>> Bikeshedding: shouldn't these be sorted alphabetically?
>
> I wasn't sure if there was a reason dup2 was ahead of dup,
> so I followed the lead. Looking pipe and pipe2, those are
> listed in expected order.
>
> --patrick
>
Index: systrace.filter
===================================================================
RCS file: /cvs/obsd/ports/infrastructure/db/systrace.filter,v
retrieving revision 1.44
diff -u -p -u -p -r1.44 systrace.filter
--- systrace.filter     3 Sep 2014 10:21:39 -0000       1.44
+++ systrace.filter     11 Sep 2014 10:06:35 -0000
@@ -46,8 +46,9 @@
        native-connect: sockaddr match "${TMPDIR}" then permit
        native-connect: sockaddr match "${WRKDIR}" then permit
        native-connect: sockaddr match "/<non-existent filename>: *" then 
deny[enoent]
-       native-dup2: permit
        native-dup: permit
+       native-dup2: permit
+       native-dup3: permit
        native-execve: true then permit
        native-exit: permit
        native-fchdir: permit

Reply via email to