artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5473cc
)
pledge wasn't called pledge in 5.8, and it was disabled;
author
schwarze
<schwarze@openbsd.org>
Mon, 12 Oct 2015 15:59:26 +0000
(15:59 +0000)
committer
schwarze
<schwarze@openbsd.org>
Mon, 12 Oct 2015 15:59:26 +0000
(15:59 +0000)
issue noticed by tim@, solution suggested by deraadt@
lib/libc/sys/pledge.2
patch
|
blob
|
history
diff --git
a/lib/libc/sys/pledge.2
b/lib/libc/sys/pledge.2
index
3f08aa8
..
2fd5c48
100644
(file)
--- 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 <nicm@openbsd.org>
.\"
@@
-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