diff options
author | 2016-01-06 18:47:02 +0000 | |
---|---|---|
committer | 2016-01-06 18:47:02 +0000 | |
commit | 8f61fe93f0a29a05eb7cf9a8a7c5f83bce77fe81 (patch) | |
tree | 801e5c3b3a0740d1cc20694bb9d3b0aac23d531f /lib/libc/sys | |
parent | turn off the whitepath code for now; we're not sure it's ready for release (diff) | |
download | wireguard-openbsd-8f61fe93f0a29a05eb7cf9a8a7c5f83bce77fe81.tar.xz wireguard-openbsd-8f61fe93f0a29a05eb7cf9a8a7c5f83bce77fe81.zip |
add a bug that the path whitelist is not available at this time.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/pledge.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index d736261e744..27a5bae7bd3 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.21 2015/12/16 17:08:17 semarie Exp $ +.\" $OpenBSD: pledge.2,v 1.22 2016/01/06 18:47:02 tedu Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 16 2015 $ +.Dd $Mdocdate: January 6 2016 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -544,3 +544,5 @@ The .Fn pledge system call first appeared in .Ox 5.9 . +.Sh BUGS +The path whitelist feature is not available at this time. |