diff options
author | 2014-07-14 05:44:59 +0000 | |
---|---|---|
committer | 2014-07-14 05:44:59 +0000 | |
commit | 81a6044df3f3d529cff45d96520da72779ed42c2 (patch) | |
tree | 982100198e53010df814fd056b37c695c86181f8 | |
parent | Eliminate a warning from -Wformat=2 by using an additional 'prefix' (diff) | |
download | wireguard-openbsd-81a6044df3f3d529cff45d96520da72779ed42c2.tar.xz wireguard-openbsd-81a6044df3f3d529cff45d96520da72779ed42c2.zip |
Update systrace policies for arc4random changes
-rw-r--r-- | regress/bin/systrace/id/id.policy | 4 | ||||
-rw-r--r-- | regress/bin/systrace/symlink/ln.policy | 4 |
2 files changed, 6 insertions, 2 deletions
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 |