CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/09/02 06:35:23
Modified files:
sys/kern : kern_unveil.c
sys/sys : namei.h
Log message:
Refactor how unveil generates EACCES errors. Instead of tracking the
possible violation during the traversal of the path do the check at the
end. Make the code a bit easier to grok.
OK beck@ semarie@
