From f1b75ffe48ec082855220526b992d411b36ba6b7 Mon Sep 17 00:00:00 2001 From: sw1tchbl4d3 Date: Wed, 9 Feb 2022 19:48:32 +0100 Subject: [PATCH] Tighten permissions for the config file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cdf66da..69ef2e9 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ install: rdo chmod 755 /usr/bin/rdo chmod u+s /usr/bin/rdo cp rdo_sample.conf /etc/rdo.conf + chmod 600 /etc/rdo.conf uninstall: rm /usr/bin/rdo