mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c (main),
keyserver.c (keyserver_spawn): If the user does not use "exec-path", completely replace $PATH with GNUPG_LIBEXECDIR before calling the keyserver helper. If the user does use "exec-path", append GNUPG_LIBEXECDIR after the specified path.
This commit is contained in:
parent
0ecc2099ac
commit
d0c643a6c5
6 changed files with 42 additions and 8 deletions
|
@ -133,6 +133,7 @@ struct {
|
|||
STRLIST other;
|
||||
} keyserver_options;
|
||||
int exec_disable;
|
||||
int exec_path_set;
|
||||
unsigned int import_options;
|
||||
unsigned int export_options;
|
||||
char *def_preference_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue