summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4602f76..1322a22 100644
--- a/Makefile
+++ b/Makefile
@@ -52,5 +52,6 @@ phony+=install
install: install-recursive $(CONF_FILES)
mkdir -p $(DESTDIR)/etc/acf
cp $(CONF_FILES) $(DESTDIR)/etc/acf
+ chmod 600 $(DESTDIR)/etc/acf/passwd
.PHONY: $(phony)