From 1fae30ee0ec3b4c7431c291ca8f63abbf67bff89 Mon Sep 17 00:00:00 2001 From: Ivy Foster Date: Wed, 8 Jan 2020 11:33:51 -0600 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2