CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/03 14:52:31
Modified files:
sys/kern : kern_unveil.c vfs_lookup.c vfs_syscalls.c
sys/sys : proc.h
Log message:
Fix a collection of covering unveil bugs that prevent unveil's of upper
level directories from working when you don't traverse into them starting
from /. Most found by brynet@ and a few others.
ok brynet@ deraadt@
