diff options
author | 2015-11-03 07:39:19 +0000 | |
---|---|---|
committer | 2015-11-03 07:39:19 +0000 | |
commit | 9db7caa691c73581da71b74dec510ed3930ff498 (patch) | |
tree | 5661a6b16bfe4b0c686f8a9e6b84f0e57f24da1d | |
parent | Delete VBITS: it's unused and the definition is actually wrong (diff) | |
download | wireguard-openbsd-9db7caa691c73581da71b74dec510ed3930ff498.tar.xz wireguard-openbsd-9db7caa691c73581da71b74dec510ed3930ff498.zip |
zap the correspoonding note in systrace(4) - tedu says
systrace/pledge should work;
-rw-r--r-- | share/man/man4/systrace.4 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index 5db5936cccf..0f6b5c5f267 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: systrace.4,v 1.24 2015/10/09 07:39:56 deraadt Exp $ +.\" $OpenBSD: systrace.4,v 1.25 2015/11/03 07:39:19 jmc Exp $ .\" .\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 9 2015 $ +.Dd $Mdocdate: November 3 2015 $ .Dt SYSTRACE 4 .Os .Sh NAME @@ -484,9 +484,3 @@ When creating new policies, if .Va strp_maxents is not large enough to accommodate any system calls needed for fundamental process operations, the traced process will block forever. -.Pp -It is not possible to -.Nm -a -.Xr pledge 2 -program. |