CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/05 16:43:33
Modified files:
sys/compat/common: compat_util.c
Log message:
These NDINIT run out of the context of the process doing execve,
so PS_PLEDGE is active. PLEDGE_EXEC must be noted for the namei
operations, so that the action is understood by the namei check code.
