From a8ee37801098bb3a5fd6abadf55c6dfab5ee7b09 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Thu, 22 Mar 2001 04:10:51 +0000 Subject: [PATCH] o Strip BINMODE from Makefile. Installing watch with 0500 provides no added security benefit, as it doesn't provide extra privilege. Protection against inappropriate snooping is done by protecting /dev/snp* properly. --- usr.sbin/watch/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile index d7395fcd6832..70ee3522f87c 100644 --- a/usr.sbin/watch/Makefile +++ b/usr.sbin/watch/Makefile @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= watch -BINMODE=500 LDADD+= -ltermcap DPADD+= ${LIBTERMCAP}