commit 5c50281be4c0624a78844e82d30e608e5d2593da
parent e939687b7a7aa2258ec27b819b87e33e80a7fa20
Author: Duncaen <mail@duncano.de>
Date: Sun, 5 Jun 2016 13:58:30 +0200
add more restrictive permissions and root:root as owner for binary
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -6,8 +6,8 @@ PROG= doas
MAN= doas.1 doas.conf.5
BINOWN= root
-BINGRP= wheel
-BINMODE=4511
+BINGRP= root
+BINMODE=4111
CFLAGS+= -I${CURDIR}
COPTS+= -Wall -Wextra -Werror -pedantic -std=c11