diff options
author | mail_redacted_for_web | 2025-06-28 12:51:46 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2025-06-28 12:51:46 +0200 |
commit | 05b89ed9e7dd7abdfa65a06f24c4bad6ee107456 (patch) | |
tree | 1430449eccae51cfb172aab877d6b88a0eab9b2f /.gnupg/gpg-agent.conf | |
parent | 4b39930eddf1f6300c6812d02d429b31c6a66187 (diff) | |
download | dotfiles-05b89ed9e7dd7abdfa65a06f24c4bad6ee107456.tar.bz2 |
do not allow external caches for gpg
Diffstat (limited to '.gnupg/gpg-agent.conf')
-rw-r--r-- | .gnupg/gpg-agent.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 1758bd0..65d247c 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -8,3 +8,6 @@ disable-scdaemon #default-cache-ttl 900 enable-ssh-support extra-socket /run/user/21337/gnupg/S.gpg-agent-extra +# programs like gnome-keyring would define their own values like +# pin timeout. That's going hydra/snowflake - disallow: +no-allow-external-cache |