From: schwarze Date: Mon, 12 Oct 2015 15:59:26 +0000 (+0000) Subject: pledge wasn't called pledge in 5.8, and it was disabled; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=cfe38e1d85adfe65a9dc81d5476acdf07e6f7782;p=openbsd pledge wasn't called pledge in 5.8, and it was disabled; issue noticed by tim@, solution suggested by deraadt@ --- 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 .\" @@ -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