]> git.armaanb.net Git - opendoas.git/commitdiff
Change binary permissions to 4755. Closes #26
authorIvy Foster <escondida@iff.ink>
Wed, 8 Jan 2020 17:33:51 +0000 (11:33 -0600)
committerDuncan Overbruck <github@duncano.de>
Wed, 8 Jan 2020 17:52:25 +0000 (18:52 +0100)
The owner can be trusted to read and write their own files, and
there's no reason not to let others read the file.

Makefile

index 9cca8ca26322cae9607ecb6de5ba2ad00b1f142d..c0ddb1a2005fe3c1d989ef3584efd26c0291ddff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ MAN=    doas.1 doas.conf.5
 
 BINOWN= root
 BINGRP= root
 
 BINOWN= root
 BINGRP= root
-BINMODE=4111
+BINMODE=4755
 
 CFLAGS+= -I${CURDIR}
 COPTS+=        -Wall -Wextra -Werror -pedantic
 
 CFLAGS+= -I${CURDIR}
 COPTS+=        -Wall -Wextra -Werror -pedantic