summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrouted/mrinfo
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-06-21 18:30:16 +0000
committerwollman <wollman@FreeBSD.org>1995-06-21 18:30:16 +0000
commita7fec366ae5d9ea5f0e0586be7d81085da1afffa (patch)
tree901a230675f59ca83d3c1ee963c2bbff04cc6ee9 /usr.sbin/mrouted/mrinfo
parent78565dfd0b04346a7c805976c159faf5d54e7032 (diff)
downloadFreeBSD-src-a7fec366ae5d9ea5f0e0586be7d81085da1afffa.zip
FreeBSD-src-a7fec366ae5d9ea5f0e0586be7d81085da1afffa.tar.gz
Bill Fenner points out that mrinfo and mtrace should probably be set-uid
root so that normal users can use them. The same caveats apply as for regular traceroute.
Diffstat (limited to 'usr.sbin/mrouted/mrinfo')
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
index a546464..f0a1312 100644
--- a/usr.sbin/mrouted/mrinfo/Makefile
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/08 02:51:34 wollman Exp $
+# $Id: Makefile,v 1.2 1995/03/31 21:16:59 wollman Exp $
PROG= mrinfo
@@ -16,5 +16,7 @@ DPADD+= $S/common/libmrouted.a
SRCS= mrinfo.c
MAN8= ${.CURDIR}/../mrinfo.8
+BINOWN= root
+BINMODE=4755
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud