From 54cdb42301fa9830fd5f6602201f39416d2003a1 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 15 Feb 2023 15:43:09 +0100 Subject: [PATCH] openrc sripts: authd and filestoraged now have execute perms. --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 7458385..61d9372 100644 --- a/makefile +++ b/makefile @@ -40,8 +40,8 @@ user-filestorage: group-ipc create-users: user-auth user-filestorage deploy-openrc-authd: - install -m0400 openrc/authd /etc/init.d/ + install -m0500 openrc/authd /etc/init.d/ deploy-openrc-filestoraged: - install -m0400 openrc/filestoraged /etc/init.d/ + install -m0500 openrc/filestoraged /etc/init.d/ deploy-openrc: deploy-openrc-authd deploy-openrc-filestoraged