CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/13 08:27:18
Modified files:
sys/kern : kern_pledge.c
Log message:
pledge: let wl_paths works well with chroot
it factorizes path resolution in resolvpath() function, and use it in
sys_pledge() and pledge_namei().
please note that wl_paths is still disabled.
