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:
parent
6df603e814
commit
5bd2650602
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue