summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-16 03:20:37 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-16 03:20:37 -0500
commit654d626159e1fab6bb6cd85c4ad593ea260c3195 (patch)
tree97606c4126773926eb7988ae43882cd9a04a0f73 /Makefile
parente42c989d6def401dd893a73cef5d5deac8b42778 (diff)
downloadconf-654d626159e1fab6bb6cd85c4ad593ea260c3195.tar.gz
conf-654d626159e1fab6bb6cd85c4ad593ea260c3195.zip
ssh privkeys can't be world-readable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a302c2..43292f8 100644
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ submodules :
@git submodule update --init --recursive
install :: all $(INSTALLED)
- @chmod 600 config/msmtp/config
+ @chmod 600 config/msmtp/config ssh/cao_key
@chmod 700 gnupg
$(ECHO) Installed into $(INTO)