diff options
author | fpi | 2022-05-20 23:55:55 +0200 |
---|---|---|
committer | fpi | 2022-05-20 23:58:36 +0200 |
commit | cf5262c952b59485391c12417446377d5bd0afe1 (patch) | |
tree | d8fea6a700cf058f88cc50c6f2ac1dd07d9b7479 | |
parent | Add pam-gnupg to unlock gpg/ssh keys after login (diff) |
Make gpg-agent.conf read-onlygpg
-rw-r--r-- | gpg-agent.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpg-agent.org b/gpg-agent.org index 51f6cec..1db4895 100644 --- a/gpg-agent.org +++ b/gpg-agent.org @@ -1,4 +1,4 @@ -#+PROPERTY: header-args:conf :tangle tangle/gpg-agent.conf :comments org +#+PROPERTY: header-args:conf :tangle tangle/gpg-agent.conf :comments org :tangle-mode (identity #o444) #+BEGIN_SRC sh :tangle tangle/symlink.sh :results silent :shebang "#!/bin/bash" ln -siv $(pwd)/tangle/gpg-agent.conf ~/.gnupg/gpg-agent.conf |