From 539c2ee913f72da585a2258c3613525b4881a06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no> Date: Mon, 24 Jun 2024 13:23:25 +0200 Subject: [PATCH] Remove path-dependent logging, and external saving --- .gnupg/gpg-agent.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index c484c84..6f37682 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -17,4 +17,5 @@ pinentry-program /home/USER/.gnupg/pinentry-auto.sh default-cache-ttl-ssh 21600 max-cache-ttl-ssh 21600 -log-file /home/USER/.cache/gpg-agent.log +# Disallow saving of password, gpg-agent only cache +no-allow-external-cache -- GitLab