diff options
author | 2015-10-12 15:59:26 +0000 | |
---|---|---|
committer | 2015-10-12 15:59:26 +0000 | |
commit | cfe38e1d85adfe65a9dc81d5476acdf07e6f7782 (patch) | |
tree | e5b73bb45a5967f971ce530f0af48b311ec054aa /lib | |
parent | pledge "stdio rpath wpath cpath"; all the path options are used (diff) | |
download | wireguard-openbsd-cfe38e1d85adfe65a9dc81d5476acdf07e6f7782.tar.xz wireguard-openbsd-cfe38e1d85adfe65a9dc81d5476acdf07e6f7782.zip |
pledge wasn't called pledge in 5.8, and it was disabled;
issue noticed by tim@, solution suggested by deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/pledge.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 3f08aa86a8d..2fd5c48aef0 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.2 2015/10/12 01:17:08 schwarze Exp $ +.\" $OpenBSD: pledge.2,v 1.3 2015/10/12 15:59:26 schwarze Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -453,8 +453,8 @@ The limit in the system as released is 262144 bytes .Sh HISTORY The .Fn pledge -system call appeared in -.Ox 5.8 . +system call first appeared in +.Ox 5.9 . .Sh CAVEATS It is not possible to .Xr systrace 4 |