created | 2018-12-02T20:27:07Z |
---|---|
begin | 2018-10-28T00:00:00Z |
end | 2018-10-29T00:00:00Z |
path | src/sys |
commits | 1 |
date | 2018-10-28T22:42:33Z | |||
---|---|---|---|---|
author | beck | |||
files | src/sys/kern/kern_unveil.c | log | diff | annotate |
src/sys/kern/subr_prf.c | log | diff | annotate | |
src/sys/kern/vfs_lookup.c | log | diff | annotate | |
src/sys/kern/vfs_syscalls.c | log | diff | annotate | |
src/sys/sys/proc.h | log | diff | annotate | |
message |
Correctly deal with upper level unveil's by keeping track of the covering unveil for each unveil in the process at unveil() time, and refactoring the handling of current directory and ISDOTDOT to be much more sensible. Worked out at ns2k18 with guenther@. ok deraadt@ |