Date: Wed, 31 Mar 2004 16:08:20 -0800 (PST) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_proc.c Message-ID: <200404010008.i3108KuV032910@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2004/03/31 16:08:20 PST FreeBSD src repository Modified files: sys/kern kern_proc.c Log: Remove ps_argsopen check. It is was bogus in the past and was corrected not quite well by me - if kern.ps_argsopen was set to 0, users weren't permitted to see arguments of even own processes. But kern.ps_argsopen is going away, so just remove this check and leave security checks for p_cansee() function. Revision Changes Path 1.201 +0 -5 src/sys/kern/kern_proc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404010008.i3108KuV032910>