Attached is a patch for the systrace/id regress test:

Updated the id.policy used to allow the new pledge syscall

This is my first time working with the regress tests. I want to make
sure I'm on the right track so any tips are appreciated. Is there
interest in additional regress test work? I have additional regress
fixes if this one is on the right track.

Thanks,
Kevin

Index: id.policy
===================================================================
RCS file: /cvs/src/regress/bin/systrace/id/id.policy,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 id.policy
--- id.policy   13 Sep 2015 17:08:04 -0000      1.5
+++ id.policy   9 Oct 2015 05:13:00 -0000
@@ -28,6 +28,7 @@ Policy: /usr/bin/id, Emulation: native
        native-mprotect: permit
        native-mquery: permit
        native-munmap: permit
+       native-pledge: permit
        native-pread: permit
        native-read: permit
        native-sendsyslog: permit

Reply via email to