diff options
author | 2015-12-03 16:50:44 +0000 | |
---|---|---|
committer | 2015-12-03 16:50:44 +0000 | |
commit | 302929e60e954948025005fce82afdfcf8ae50e6 (patch) | |
tree | 2437ad05ed757499b5512d4b00c4389888674109 /lib/libc/sys | |
parent | Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow to (diff) | |
download | wireguard-openbsd-302929e60e954948025005fce82afdfcf8ae50e6.tar.xz wireguard-openbsd-302929e60e954948025005fce82afdfcf8ae50e6.zip |
Remove the /usr/share/nls/ exception from pledge(2). The libc
native language support was deleted a month ago at u2k15.
OK semarie@ deraadt@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/pledge.2 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 7ed16e63a63..d9867608d00 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.18 2015/12/01 15:14:24 millert Exp $ +.\" $OpenBSD: pledge.2,v 1.19 2015/12/03 16:50:44 bluhm 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 1 2015 $ +.Dd $Mdocdate: December 3 2015 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -91,13 +91,9 @@ isn't allowed. .Pp .It Xr open 2 May open -.Pa /etc/localtime , -any files below -.Pa /usr/share/zoneinfo -and files ending in -.Pa libc.cat -below the directory -.Pa /usr/share/nls/ . +.Pa /etc/localtime +and any files below +.Pa /usr/share/zoneinfo . .Pp .It Xr readlink 2 May operate on |