From ca28001a735e10339b104ad757e47219ec11bcb6 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 29 May 2018 17:57:35 +0200 Subject: apt-key: Pass all instead of gpg-agent to gpgconf --kill We want to kill everything using our temporary directory. LP: #1773992 (cherry picked from commit 819426013c6ca6310bb469440702b6295dba4498) --- cmdline/apt-key.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmdline/apt-key.in b/cmdline/apt-key.in index 5bc5462d2..55295d302 100644 --- a/cmdline/apt-key.in +++ b/cmdline/apt-key.in @@ -621,7 +621,7 @@ cleanup_gpg_home() { cat >&2 "$GPGHOMEDIR/aptwarnings.log" fi if command_available 'gpgconf'; then - GNUPGHOME="${GPGHOMEDIR}" gpgconf --kill gpg-agent >/dev/null 2>&1 || true + GNUPGHOME="${GPGHOMEDIR}" gpgconf --kill all >/dev/null 2>&1 || true fi rm -rf "$GPGHOMEDIR" } -- cgit v1.2.3