From 819426013c6ca6310bb469440702b6295dba4498 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 --- cmdline/apt-key.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdline') diff --git a/cmdline/apt-key.in b/cmdline/apt-key.in index 4c5c606d8..7ec1b034c 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