Hi,

Systrace catches kqueue(2) when tor ./configures.  Here's a patch
to allow that syscall.

-Ray-
Index: systrace.filter
===================================================================
RCS file: /cvs/ports/infrastructure/db/systrace.filter,v
retrieving revision 1.15
diff -u -r1.15 systrace.filter
--- systrace.filter     27 Nov 2004 11:59:25 -0000      1.15
+++ systrace.filter     9 Jul 2005 05:32:50 -0000
@@ -72,6 +72,7 @@
        native-ioctl: permit
        native-issetugid: permit
        native-kill: permit
+       native-kqueue: permit
        native-lchown: permit
        native-link: filename match "/tmp" and filename[1] match "/tmp" then 
permit
        native-link: filename match "${WRKDIR}" and filename[1] match 
"${WRKDIR}" then permit

Reply via email to