summaryrefslogtreecommitdiffstats
path: root/usr.bin/w
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-11 20:11:00 +0000
committerwollman <wollman@FreeBSD.org>1994-08-11 20:11:00 +0000
commita18178593228105b84691d4f6df914965a452da2 (patch)
tree23a76f3106831e083198bce8ee42d47e722117f9 /usr.bin/w
parent422cf01ca5cca8cbf859ced98bbb58d2f39fcfba (diff)
downloadFreeBSD-src-a18178593228105b84691d4f6df914965a452da2.zip
FreeBSD-src-a18178593228105b84691d4f6df914965a452da2.tar.gz
Make it set-uid until procfs is fixed.
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/w/Makefile b/usr.bin/w/Makefile
index c8ec72f..d1fc905 100644
--- a/usr.bin/w/Makefile
+++ b/usr.bin/w/Makefile
@@ -5,8 +5,8 @@ SRCS= fmt.c pr_time.c proc_compare.c w.c
MAN1= w.1 uptime.1
DPADD= ${LIBKVM}
LDADD= -lkvm
-BINGRP= kmem
-BINMODE=2555
+BINOWN= root
+BINMODE=4555
LINKS= ${BINDIR}/w ${BINDIR}/uptime
.PATH: ${.CURDIR}/../../bin/ps
OpenPOWER on IntegriCloud