diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
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 .. ; \ |