commit 1fae30ee0ec3b4c7431c291ca8f63abbf67bff89
parent 84ce5c7f600aa91f53db656c062ed269765146dd
Author: Ivy Foster <escondida@iff.ink>
Date: Wed, 8 Jan 2020 11:33:51 -0600
Change binary permissions to 4755. Closes #26
The owner can be trusted to read and write their own files, and
there's no reason not to let others read the file.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -7,7 +7,7 @@ MAN= doas.1 doas.conf.5
BINOWN= root
BINGRP= root
-BINMODE=4111
+BINMODE=4755
CFLAGS+= -I${CURDIR}
COPTS+= -Wall -Wextra -Werror -pedantic