From: Samir Benmendil Date: Sun, 24 Nov 2019 11:19:14 +0000 (+0000) Subject: Makefile: chmod gnupg dir X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/9dd90d24e0758be86b5d695e242fce9a5baf8bcb Makefile: chmod gnupg dir --- diff --git a/Makefile b/Makefile index 58b9c46..f118edd 100644 --- 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