index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
sys
/
pledge.2
Age
Commit message (
Expand
)
Author
2016-07-03
introduces new promise "chown" to allow changing owner/group with *chown(2) f...
Sebastien Marie
2016-04-13
Revert the recent changes to pledge.2.
Theo Buehler
2016-04-12
tweak previous;
Jason McIntyre
2016-04-12
documents "mcast" promise
Sebastien Marie
2016-04-12
documents "route" promise
Sebastien Marie
2016-04-10
Clean up and complete the lists of allowed syscalls.
Theo Buehler
2016-03-11
missing article in previous;
Jason McIntyre
2016-03-11
pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I
Sebastien Marie
2016-02-11
Document how to use sndio in pledged programs.
Tim van der Molen
2016-01-18
adjust some syscalls in proc & id; from Carlin Bingham
Theo de Raadt
2016-01-09
drop "abort" promise, and make it the default behaviour.
Sebastien Marie
2016-01-06
add a bug that the path whitelist is not available at this time.
Ted Unangst
2015-12-16
documents pledge(2) "dpath" promise
Sebastien Marie
2015-12-16
in pledged process, setuid/setgid/sticky bits should be ignored.
Sebastien Marie
2015-12-03
Remove the /usr/share/nls/ exception from pledge(2). The libc
Alexander Bluhm
2015-12-01
Document that "tty" provides read-write access to /dev/tty too.
Todd C. Miller
2015-11-29
Add pledge "pf" which allows ioctls on pf(4). This will be used by
Sebastian Benoit
2015-11-18
rob pierce spotted a mistake left by jmc
Theo de Raadt
2015-11-16
minor tweaks;
Jason McIntyre
2015-11-16
Permit revoke(2) for a pledge "rpath tty"
Theo de Raadt
2015-11-06
Remove needless comma.
mmcc
2015-11-03
Improve explanations throughout
Theo de Raadt
2015-11-03
systrace should work now
Ted Unangst
2015-10-24
remove a paste error and get section numbers right for sysctl(3);
Jason McIntyre
2015-10-23
Add 3 new pledge requests. "ps" exposes enough sysctl information for
Theo de Raadt
2015-10-22
document "id" request; from Gregor Best
Theo de Raadt
2015-10-14
Document flock request
Todd C. Miller
2015-10-13
new sentence, new line;
Jason McIntyre
2015-10-12
satisfy jmc!
Theo de Raadt
2015-10-12
Add details about a variety of semantics; going to keep adding and then
Theo de Raadt
2015-10-12
pledge wasn't called pledge in 5.8, and it was disabled;
Ingo Schwarze
2015-10-12
make description of ERRORS more complete;
Ingo Schwarze
2015-10-09
tame -> pledge conversion, in libc. I should crank libc, but am cheating
Theo de Raadt