mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
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:
parent
2668f73daf
commit
7be58aba8e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2032
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user