diff options
author | 2019-03-24 19:55:31 +0000 | |
---|---|---|
committer | 2019-03-24 19:55:31 +0000 | |
commit | 1e5f523c64b2990b9a2ee90fdead71e1fd75a43f (patch) | |
tree | 399f4b39a249416de6ee6222964a563ec44aa90c /lib/libc | |
parent | Document the fact that readlink(2) can bypass restrictions as needed (diff) | |
download | wireguard-openbsd-1e5f523c64b2990b9a2ee90fdead71e1fd75a43f.tar.xz wireguard-openbsd-1e5f523c64b2990b9a2ee90fdead71e1fd75a43f.zip |
BUGS goes last;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/unveil.2 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libc/sys/unveil.2 b/lib/libc/sys/unveil.2 index 172ca28b32e..c7766853620 100644 --- a/lib/libc/sys/unveil.2 +++ b/lib/libc/sys/unveil.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unveil.2,v 1.16 2019/03/24 18:43:06 beck Exp $ +.\" $OpenBSD: unveil.2,v 1.17 2019/03/24 19:55:31 jmc Exp $ .\" .\" Copyright (c) 2018 Bob Beck <beck@openbsd.org> .\" @@ -155,6 +155,11 @@ was not accessible, or .Nm was called after locking. .El +.Sh HISTORY +The +.Fn unveil +system call first appeared in +.Ox 6.4 . .Sh BUGS .Xr readlink 2 partially bypasses @@ -162,9 +167,3 @@ partially bypasses restrictions required by .Xr realpath 3 . Future changes intend to repair this problem. -.Pp -.Sh HISTORY -The -.Fn unveil -system call first appeared in -.Ox 6.4 . |