summaryrefslogtreecommitdiffstats
path: root/usr.sbin/watch
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-22 04:10:51 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-22 04:10:51 +0000
commit3f5cf40811ceceb1b7cd9f1b05c6914be8ac7c00 (patch)
tree5a755f61bd584be54b5c0f453e726ae4265fc6f0 /usr.sbin/watch
parent54e557f5af033ff6ace1603826b3c693033d1dd9 (diff)
downloadFreeBSD-src-3f5cf40811ceceb1b7cd9f1b05c6914be8ac7c00.zip
FreeBSD-src-3f5cf40811ceceb1b7cd9f1b05c6914be8ac7c00.tar.gz
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.
Diffstat (limited to 'usr.sbin/watch')
-rw-r--r--usr.sbin/watch/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile
index d7395fc..70ee352 100644
--- a/usr.sbin/watch/Makefile
+++ b/usr.sbin/watch/Makefile
@@ -1,7 +1,6 @@
# $FreeBSD$
PROG= watch
-BINMODE=500
LDADD+= -ltermcap
DPADD+= ${LIBTERMCAP}
OpenPOWER on IntegriCloud