summaryrefslogtreecommitdiffstats
path: root/regress/sys/kern/unveil/syscalls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not create /hooray as part of the regress test. Regress testsclaudio2020-04-071-2/+1
* For open with O_CREAT pass a mask of 0644 with else files are createdclaudio2020-04-071-37/+37
* Fix unveil for relative lookups in the non AT_FDCWD casebeck2019-09-111-3/+2
* Pull out and expand openat tests into their own routine.beck2019-09-081-7/+56
* Add a regression test for path discovery outside of unveil() whichbeck2019-05-151-1/+19
* Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECTbeck2019-03-241-11/+11
* "non-existant" is one of those words that don't exist, so use "non-existent"phessler2019-02-101-4/+4
* Unveil fixes:beck2019-01-171-3/+3
* Fix unveil issue noticed by kn@ where unveil does not notice coveringbeck2019-01-141-1/+19
* Correctly deal with upper level unveil's by keeping track of the coveringbeck2018-10-281-8/+16
* Add regress test of stat all the way to a nonexistant terminalbeck2018-08-281-1/+21
* Add regress test to ensure that chmod fails when unveiled with "r"beck2018-08-041-3/+8
* Test messing with "." both when having . unveiled for an operation, andbeck2018-08-021-2/+9
* Add regress for ensuring .. is appropriately *not* used as abeck2018-07-291-1/+21
* add regress for unveil of "." now that I fixed thisbeck2018-07-271-1/+15
* Make the BYPASSUNVEIL test actually test BYPASSUNVEIL with tmppathbeck2018-07-271-3/+14
* add regress test for "bypassunveil" where a path should be unveil'd byrobert2018-07-201-1/+17
* Add regress test for inheritance of unveil's across fork to childrenbeck2018-07-191-25/+33
* tests for next steps in unveilbeck2018-07-131-1/+37
* symlinks make my cry.. thanks robert.. don't you care about my feelings?beck2018-07-121-2/+11
* Add regress test for realpath and modify behavior appropriatelybeck2018-07-121-6/+22
* regress to check nested subdirs and ..'sbeck2018-07-111-2/+36
* test changed stat lying semantics - we don't lie about filesbeck2018-07-111-3/+3
* Regress update to match changes for chromebeck2018-07-111-6/+24
* rename all the pledgepath bits to unveilbeck2018-07-071-249/+248
* regress changes for new stuff. - allow walking .., return EPERMbeck2018-05-011-46/+93
* regress for unveilbeck2018-04-281-0/+616