summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index f2d6243..f0aa725 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -9,6 +9,6 @@ INSTALLABLES = $(ETC_INSTALLABLES)
install: $(INSTALLABLES)
$(DESTDIR)$(sysconfdir)/%: %
- install -D -m 0644 $< $@
+ install -D -m 0600 $< $@