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.
This commit is contained in:
parent
9a514e81b8
commit
336a70e7f3
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1994/09/08 02:51:37 wollman Exp $
|
||||
|
||||
PROG= mtrace
|
||||
|
||||
@ -15,6 +15,8 @@ DPADD+= $S/common/libmrouted.a
|
||||
.endif
|
||||
|
||||
SRCS= mtrace.c
|
||||
NOMAN=
|
||||
MAN8= ${.CURDIR}/../mtrace.8
|
||||
BINOWN= root
|
||||
BINMODE=4755
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user