diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-12-03 16:50:45 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2015-12-03 16:50:45 +0000 |
commit | a20e116c75f242a9205b4c63f7095dfaee10e601 (patch) | |
tree | 283668830424cb01b78a4633cf66581c08ea8e5a /lib/libc | |
parent | dff17dbfaf3a4db17a3050046e0cf30ecc6bb481 (diff) |
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')
-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 |