Make `ps' set-uid root so that it can read the same set of arguments

that old `ps'es did.  I'm not too thrilled about this, but I'm not
enough of an FS person to hack procfs so that /proc/xxx/mem is readable
by members of group `kmem'.  If this is done, then `ps' can go back to
being set-gid kmem.
This commit is contained in:
Garrett Wollman 1994-08-11 20:06:55 +00:00
parent 2668f73daf
commit 7be58aba8e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2032

View file

@ -5,7 +5,7 @@ SRCS= fmt.c keyword.c nlist.c print.c ps.c
CFLAGS+=-I/sys
DPADD= ${LIBMATH} ${LIBKVM}
LDADD= -lm -lkvm
BINGRP= kmem
BINMODE=2555
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>