diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-03 01:51:34 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-11-03 01:51:34 +0000 |
commit | 13747e999effa07a31c87b44c33fe81917bc291c (patch) | |
tree | f10dc4ed256352c3449738fbd444da8751a7a036 /lib/libc | |
parent | af02d094c90e1e3d020225755c88cc23e36e6026 (diff) |
systrace should work now
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index b2a921aae94..5895e607ae5 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.10 2015/10/24 08:46:05 jmc Exp $ +.\" $OpenBSD: pledge.2,v 1.11 2015/11/03 01:51:33 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: October 24 2015 $ +.Dd $Mdocdate: November 3 2015 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -540,9 +540,3 @@ The .Fn pledge system call first appeared in .Ox 5.9 . -.Sh CAVEATS -It is not possible to -.Xr systrace 4 -a -.Fn pledge -program. |