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
/
regress
/
sys
/
kern
/
unveil
Age
Commit message (
Expand
)
Author
2019-05-15
Add a regression test for path discovery outside of unveil() which
Bob Beck
2019-03-24
Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECT
Bob Beck
2019-02-10
"non-existant" is one of those words that don't exist, so use "non-existent"
Peter Hessler
2019-01-17
Unveil fixes:
Bob Beck
2019-01-14
Fix unveil issue noticed by kn@ where unveil does not notice covering
Bob Beck
2018-10-28
Correctly deal with upper level unveil's by keeping track of the covering
Bob Beck
2018-08-28
Add regress test of stat all the way to a nonexistant terminal
Bob Beck
2018-08-04
Add regress test to ensure that chmod fails when unveiled with "r"
Bob Beck
2018-08-02
Test messing with "." both when having . unveiled for an operation, and
Bob Beck
2018-07-29
Add regress for ensuring .. is appropriately *not* used as a
Bob Beck
2018-07-27
add regress for unveil of "." now that I fixed this
Bob Beck
2018-07-27
Make the BYPASSUNVEIL test actually test BYPASSUNVEIL with tmppath
Bob Beck
2018-07-20
add regress test for "bypassunveil" where a path should be unveil'd by
Robert Nagy
2018-07-19
Add regress test for inheritance of unveil's across fork to children
Bob Beck
2018-07-13
tests for next steps in unveil
Bob Beck
2018-07-12
symlinks make my cry.. thanks robert.. don't you care about my feelings?
Bob Beck
2018-07-12
Add regress test for realpath and modify behavior appropriately
Bob Beck
2018-07-11
regress to check nested subdirs and ..'s
Bob Beck
2018-07-11
test changed stat lying semantics - we don't lie about files
Bob Beck
2018-07-11
Regress update to match changes for chrome
Bob Beck
2018-07-07
rename all the pledgepath bits to unveil
Bob Beck
2018-05-01
regress changes for new stuff. - allow walking .., return EPERM
Bob Beck
2018-04-28
regress for unveil
Bob Beck