dirmngr: allow to probe for tor

dirmngr will test if tor is running, even if it isn't and this check
fails dirmngr will fail to retrieve any keys, this is the default (see
https://www.gnupg.org/documentation/manuals/gnupg/Dirmngr-Options.html
for --use-tor)

Signed-off-by: bauen1 <j2468h@gmail.com>
This commit is contained in:
bauen1 2020-05-10 08:47:34 +02:00
parent 6df603e814
commit 5bd2650602
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ sysnet_dns_name_resolve(dirmngr_t)
corenet_tcp_connect_http_port(dirmngr_t)
corenet_tcp_connect_pgpkeyserver_port(dirmngr_t)
corenet_tcp_connect_tor_port(dirmngr_t)
corenet_udp_bind_generic_node(dirmngr_t)
files_read_etc_files(dirmngr_t)