CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/10 08:46:15
Modified files:
sys/sys : proc.h
sys/kern : kern_exec.c kern_pledge.c
Log message:
I forgot execve would go through the namei codepath, so a program marked
"stdio rpath" this would fail to execve. pre-indicate exec actions to the
namei checker to allow them through.
ok semarie
