cvs commit: src/sys/fs/procfs procfs.c

Guy Helmer ghelmer at palisadesys.com
Mon Jun 5 16:47:09 UTC 2006


Dag-Erling Smørgrav wrote:
> Guy Helmer <ghelmer at palisadesys.com> writes:
>   
>> After applying this patch, /proc/<PID>/ctl is writable by the owner of a
>> P_SUGID process:
>>
>> --w-------  1 ph    ph     0 Jun  2 13:54 ctl
>>
>> (it used to be mode 000).  Is that OK?  It doesn't seem right to me...
>>     
>
> You're right, the &= ~077 shoud simply be = 0.
>
> DES
>   
OK, thanks.  I've committed the change.

Guy



More information about the cvs-src mailing list