From b0ecb5429e6207ad21d7d4319c2ddbdbf9ff8471 Mon Sep 17 00:00:00 2001 From: dg Date: Sat, 15 Apr 1995 03:25:52 +0000 Subject: Install setgid kmem rather than setuid root. The problem with procfs that was breaking this before has been fixed. --- bin/ps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/ps/Makefile b/bin/ps/Makefile index 1d1e551..2ed6481 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/2/93 -# $Id$ +# $Id: Makefile,v 1.3 1994/09/24 02:56:40 davidg Exp $ PROG= ps SRCS= fmt.c keyword.c nlist.c print.c ps.c @@ -7,6 +7,7 @@ CFLAGS+=-I/sys DPADD= ${LIBMATH} ${LIBKVM} LDADD= -lm -lkvm BINOWN= root -BINMODE=4555 +BINGRP= kmem +BINMODE=2555 .include -- cgit v1.1