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
/
sys
/
kern
/
kern_unveil.c
Age
Commit message (
Expand
)
Author
2018-10-29
needs sys/lock.h
Theo de Raadt
2018-10-28
Correctly deal with upper level unveil's by keeping track of the covering
Bob Beck
2018-09-25
fix typo in comment
Jasper Lievisse Adriaanse
2018-08-28
Fix stat of path components - this was breaking chrome - because the
Bob Beck
2018-08-11
Get rid of PLEDGE_STAT, which was a hack used for unveil.
Bob Beck
2018-08-07
UNVEIL_* flags defined elsewhere in a .h file
Theo de Raadt
2018-08-05
Decouple unveil from the pledge flags, by adding dedicated unveil flags
Bob Beck
2018-08-05
Prevent a panic when reboot -q is used by making unveil_removevnode
Bob Beck
2018-07-30
rename 2nd argument of unveil from vague "flags" to "permissions";
Theo de Raadt
2018-07-30
KNF
Theo de Raadt
2018-07-29
revert accidentally changed prototype
Bob Beck
2018-07-29
Don't exceed UNVEIL_MAX_VNODES with a long path now that we save
Bob Beck
2018-07-29
Make sure we don't count looking at .. as a component
Bob Beck
2018-07-20
Correctly copy across unveil's from parent to child process on fork().
Bob Beck
2018-07-17
unvname_new() is passed something that is always 64-bits so the
Kenneth R Westerback
2018-07-13
unbreak gcc4 build
Jonathan Gray
2018-07-13
Unveiling unveil(2).
Bob Beck