CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/25 05:09:28
Modified files:
sys/kern : kern_pledge.c
Log message:
reorder some checks in pledge_namei() in order to properly work.
mainly move read/write whitelisted paths that should be *before* checking if
you have PLEDGE_WPATH.
with and ok deraadt@
