summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-22 10:31:40 +0000
committerderaadt <deraadt@openbsd.org>1998-02-22 10:31:40 +0000
commit40261deb9a4d95b098e21cf3ac9a1aadc521a901 (patch)
treebe92c098a51ff3248f6014fa733ae835f98cff1c
parentbye bye setuid; listread@bedford.net (diff)
downloadwireguard-openbsd-40261deb9a4d95b098e21cf3ac9a1aadc521a901.tar.xz
wireguard-openbsd-40261deb9a4d95b098e21cf3ac9a1aadc521a901.zip
no, setuid is OK. listread@bedford.net should have read the code...
-rw-r--r--usr.sbin/timed/timedc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile
index 557f5d0e7cc..ccc6f8fc36a 100644
--- a/usr.sbin/timed/timedc/Makefile
+++ b/usr.sbin/timed/timedc/Makefile
@@ -4,7 +4,7 @@ PROG= timedc
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
MAN= timedc.8
BINOWN= root
-BINMODE=555
+BINMODE=4555
.PATH: ${.CURDIR}/../timed
.include "../../Makefile.inc"