Date: Mon, 05 Jun 2006 11:46:38 -0500 From: Guy Helmer <ghelmer@palisadesys.com> To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Guy Helmer <ghelmer@FreeBSD.org>, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/procfs procfs.c Message-ID: <44845FEE.9030403@palisadesys.com> In-Reply-To: <86fyilpdy3.fsf@dwp.des.no> References: <200605241403.k4OE3pvp007556@repoman.freebsd.org> <86y7wf20qy.fsf@xps.des.no> <44808E83.4070704@palisadesys.com> <86fyilpdy3.fsf@dwp.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smørgrav wrote: > Guy Helmer <ghelmer@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44845FEE.9030403>