mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
agent: Kludge to allow disabling of the extra sockets.
* agent/gpg-agent.c (main): Check for special socket names. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
de67055aff
commit
95cf7afff0
2 changed files with 19 additions and 2 deletions
|
@ -537,8 +537,9 @@ pinentry to pop up at the @code{tty} or display you started the agent.
|
|||
@anchor{option --extra-socket}
|
||||
@item --extra-socket @var{name}
|
||||
@opindex extra-socket
|
||||
The extra socket is always created, you may use this option to change
|
||||
the name of the socket.
|
||||
The extra socket is created by default, you may use this option to
|
||||
change the name of the socket. To disable the creation of the socket
|
||||
use ``none'' or ``/dev/null'' for @var{name}.
|
||||
|
||||
Also listen on native gpg-agent connections on the given socket. The
|
||||
intended use for this extra socket is to setup a Unix domain socket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue