mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
agent: Create the extra sockets in the standard socket dir.
* agent/gpg-agent.c (main): Take the socketdir in account for the default sockets. * tools/gpgconf.c (list_dirs): Add "agent-extra-socket" and "agent-browser-socket". Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
95cf7afff0
commit
80cc16e072
2 changed files with 14 additions and 6 deletions
|
@ -166,6 +166,8 @@ list_dirs (estream_t fp, char **names)
|
|||
{ "socketdir", gnupg_socketdir, NULL },
|
||||
{ "dirmngr-socket", dirmngr_socket_name, NULL,},
|
||||
{ "agent-ssh-socket", gnupg_socketdir, GPG_AGENT_SSH_SOCK_NAME },
|
||||
{ "agent-extra-socket", gnupg_socketdir, GPG_AGENT_EXTRA_SOCK_NAME },
|
||||
{ "agent-browser-socket",gnupg_socketdir, GPG_AGENT_BROWSER_SOCK_NAME },
|
||||
{ "agent-socket", gnupg_socketdir, GPG_AGENT_SOCK_NAME },
|
||||
{ "homedir", gnupg_homedir, NULL }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue