From: guenther Date: Mon, 14 Jul 2014 05:44:59 +0000 (+0000) Subject: Update systrace policies for arc4random changes X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=81a6044df3f3d529cff45d96520da72779ed42c2;p=openbsd Update systrace policies for arc4random changes --- diff --git a/regress/bin/systrace/id/id.policy b/regress/bin/systrace/id/id.policy index 9d3b939994c..35502cb2af5 100644 --- a/regress/bin/systrace/id/id.policy +++ b/regress/bin/systrace/id/id.policy @@ -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 diff --git a/regress/bin/systrace/symlink/ln.policy b/regress/bin/systrace/symlink/ln.policy index 9e0cc18418f..1303ee077ed 100644 --- a/regress/bin/systrace/symlink/ln.policy +++ b/regress/bin/systrace/symlink/ln.policy @@ -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