diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-12 18:13:57 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-12 18:13:57 +0100 |
| commit | 58ae6ebbf455e64b430a6c62fa45d3c674829250 (patch) | |
| tree | e67d3f2e29092294c81b0be508d4c54a158a5719 /.gnupg/gpg-agent.conf | |
| parent | a0045c2bf54524762733895d9e36354444f20a1a (diff) | |
Workaround gpg-agent.conf doesn't allow relative path to be called
gpg-agent.conf doesn't permit the usage of $PATH or $HOME in the
pinentry-program (https://dev.gnupg.org/T4588)
So the work around is to template that file and expand the path
correctly using the setup script (which is also copying the file
correctly)
This is favored over the use of /usr/local/bin because it doesn't need
privileged execution of the setup script
Diffstat (limited to '.gnupg/gpg-agent.conf')
| -rw-r--r-- | .gnupg/gpg-agent.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf deleted file mode 100644 index 6d38770..0000000 --- a/.gnupg/gpg-agent.conf +++ /dev/null @@ -1,7 +0,0 @@ -pinentry-program /usr/local/bin/pinentry-wrapper - -default-cache-ttl 3600 -default-cache-ttl-ssh 3600 -max-cache-ttl 3600 -max-cache-ttl-ssh 3600 -enable-ssh-support |
