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