From 567f2ec907c4566d8f5217fc636681295474f2f4 Mon Sep 17 00:00:00 2001 From: David Greenman 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. --- usr.bin/w/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/w') diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile index d1fc90560c823..a11edff778ba9 100644 --- a/usr.bin/w/Makefile +++ b/usr.bin/w/Makefile @@ -6,7 +6,8 @@ MAN1= w.1 uptime.1 DPADD= ${LIBKVM} LDADD= -lkvm BINOWN= root -BINMODE=4555 +BINGRP= kmem +BINMODE=2555 LINKS= ${BINDIR}/w ${BINDIR}/uptime .PATH: ${.CURDIR}/../../bin/ps -- cgit v1.3