summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index f3c9801..9d1b4b0 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -251,7 +251,7 @@ install-examples:
cd conf.d ; \
for file in `ls`; do \
if [ -f $$file ]; then \
- $(INSTALL) -m 644 $$file $(DESTDIR)$(EXAMPLESDIR)/anytun/$$dir/conf.d ; \
+ $(INSTALL) -m 600 $$file $(DESTDIR)$(EXAMPLESDIR)/anytun/$$dir/conf.d ; \
fi ; \
done ; \
cd .. ; \