Date: Sun, 04 Jun 2006 09:39:16 +0200 From: des@des.no (Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?=) To: Guy Helmer <ghelmer@palisadesys.com> 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: <86fyilpdy3.fsf@dwp.des.no> In-Reply-To: <44808E83.4070704@palisadesys.com> (Guy Helmer's message of "Fri, 02 Jun 2006 14:16:19 -0500") References: <200605241403.k4OE3pvp007556@repoman.freebsd.org> <86y7wf20qy.fsf@xps.des.no> <44808E83.4070704@palisadesys.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 &=3D ~077 shoud simply be =3D 0. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fyilpdy3.fsf>