Update systrace policies for arc4random changes
authorguenther <guenther@openbsd.org>
Mon, 14 Jul 2014 05:44:59 +0000 (05:44 +0000)
committerguenther <guenther@openbsd.org>
Mon, 14 Jul 2014 05:44:59 +0000 (05:44 +0000)
regress/bin/systrace/id/id.policy
regress/bin/systrace/symlink/ln.policy

index 9d3b939..35502cb 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: id.policy,v 1.2 2004/08/07 18:28:35 marius Exp $
+# $OpenBSD: id.policy,v 1.3 2014/07/14 05:44:59 guenther Exp $
 Policy: /usr/bin/id, Emulation: native
        native-issetugid: permit
        native-mprotect: permit
@@ -28,4 +28,6 @@ Policy: /usr/bin/id, Emulation: native
        native-write: permit
        native-exit: permit
        native-getrlimit: permit
+       native-getentropy: permit
+       native-minherit: permit
 
index 9e0cc18..1303ee0 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: ln.policy,v 1.1 2006/08/10 09:00:20 espie Exp $
+# $OpenBSD: ln.policy,v 1.2 2014/07/14 05:44:59 guenther Exp $
 
 Policy: /bin/ln, Emulation: native
        native-__sysctl: permit
@@ -12,4 +12,6 @@ Policy: /bin/ln, Emulation: native
        native-issetugid: permit
        native-fstat: permit
        native-close: permit
+       native-getentropy: permit
+       native-minherit: permit