From: Ivy Foster Date: Wed, 8 Jan 2020 17:33:51 +0000 (-0600) Subject: Change binary permissions to 4755. Closes #26 X-Git-Tag: v6.6.1~7 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=1fae30ee0ec3b4c7431c291ca8f63abbf67bff89 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. --- diff --git a/Makefile b/Makefile index 9cca8ca..c0ddb1a 100644 --- 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