aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-01-24 18:31:50 -0200
committerSilvio Rhatto <rhatto@riseup.net>2019-01-24 18:31:50 -0200
commit0503cd47d8648fcd70edc57c0d7e25c9c4bc73b0 (patch)
tree602f562705099aa99b9ec2bc99311c668fa98583
parent837fd478778087527b808e8538a5b0f40a88f9e0 (diff)
downloadkeyringer-0503cd47d8648fcd70edc57c0d7e25c9c4bc73b0.tar.gz
keyringer-0503cd47d8648fcd70edc57c0d7e25c9c4bc73b0.tar.bz2
Use --no-encrypt-to GnuPG option to strictly respect the recipients file
-rw-r--r--ChangeLog4
-rwxr-xr-xlib/keyringer/functions4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e63baa8..3f6ccfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-2018-10-17 - unreleased - Silvio Rhatto <rhatto@riseup.net>
+2019-01-29 - unreleased - Silvio Rhatto <rhatto@riseup.net>
+
+ Use --no-encrypt-to GnuPG option to strictly respect the recipients file
Fixes BASEDIR evaluation at init action
diff --git a/lib/keyringer/functions b/lib/keyringer/functions
index d529daf..308d0ea 100755
--- a/lib/keyringer/functions
+++ b/lib/keyringer/functions
@@ -314,9 +314,9 @@ function keyringer_set_env {
fi
if [ ! -z "$KEYID" ]; then
- GPG="gpg --quiet -u $KEYID"
+ GPG="gpg --quiet --no-encrypt-to -u $KEYID"
else
- GPG="gpg --quiet"
+ GPG="gpg --quiet --no-encrypt-to"
fi
# Check keyring config version