CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/08 07:33:05
Modified files:
sys/kern : kern_unveil.c vfs_syscalls.c
sys/sys : namei.h
Log message:
Remove the code to store intermediary vnodes in the unveil list.
These traversed vnodes are a leftover from early times where realpath(3)
was still all done in userland.
OK semarie@
