Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 12/02/1999 18:16:42
Module Name:	basesrc
Committed By:	simonb
Date:		Fri Dec  3 02:16:42 UTC 1999

Modified Files:
	basesrc/bin/ps: extern.h print.c ps.1 ps.c

Log Message:
"ps -e" only shows the environment for the processes owned by the
current user id or all process if run by root.

Fixes PR security/5967 from Todd Vierling.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/bin/ps/extern.h
cvs rdiff -r1.46 -r1.47 basesrc/bin/ps/print.c
cvs rdiff -r1.31 -r1.32 basesrc/bin/ps/ps.1
cvs rdiff -r1.32 -r1.33 basesrc/bin/ps/ps.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.