From 0f2e386a27f0b21a7beef54e84fc4c7b97ec63f4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 28 Apr 2020 07:52:40 +0300 Subject: [PATCH] doas: Install config with 644 --- extra/opendoas/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/opendoas/build b/extra/opendoas/build index fab6335a..db318468 100755 --- a/extra/opendoas/build +++ b/extra/opendoas/build @@ -11,4 +11,4 @@ sed -i '/chown/d' bsd.prog.mk make make DESTDIR="$1" install -install -D doas.conf "$1/etc/doas.conf" +install -Dm644 doas.conf "$1/etc/doas.conf"