]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: chmod gnupg dir
authorSamir Benmendil <samir@fppnt.com>
Sun, 24 Nov 2019 11:19:14 +0000 (11:19 +0000)
committerSamir Benmendil <me@rmz.io>
Sun, 24 Nov 2019 15:15:42 +0000 (15:15 +0000)
Makefile

index 58b9c468d02bd7fdb342b68a6b50935ab8fe73af..f118edd6db73e62dc6bb5267a716858cd2061753 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,7 @@ git: $(XDG_CONFIG_HOME)
 
 gnupg: systemd
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+       chmod 700 $(XDG_CONFIG_HOME)/$@
        systemctl --user enable gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket
        systemctl --user start gpg-agent.socket gpg-agent-extra.socket gpg-agent-browser.socket dirmngr.socket
 .PHONY: gnupg