cvs commit: src/sys/kern kern_proc.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Wed Mar 31 16:08:21 PST 2004
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
More information about the cvs-src
mailing list