diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-03-30 19:59:57 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-03-30 19:59:57 +0800 |
commit | bd00f0e25bc6389bd8ab8550205cf5c5573ea5b1 (patch) | |
tree | fb2b8630a953902b49d9d6ed17da297e85daa80a /_gnupg/gpg-agent.conf | |
parent | a21f142a68245af0ff83ff1d5db87b4a230a8604 (diff) | |
download | dotfiles-bd00f0e25bc6389bd8ab8550205cf5c5573ea5b1.tar.bz2 |
gpg: Explicitly enable 'grab' for gpg-agent
Diffstat (limited to '_gnupg/gpg-agent.conf')
-rw-r--r-- | _gnupg/gpg-agent.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/_gnupg/gpg-agent.conf b/_gnupg/gpg-agent.conf index bdac978..2a3f9a1 100644 --- a/_gnupg/gpg-agent.conf +++ b/_gnupg/gpg-agent.conf @@ -17,9 +17,12 @@ # # Aaron LI # Created: 2014-06-12 -# Updated: 2017-02-27 +# Updated: 2017-03-30 # +# Grab the keyboard and mouse to avoid X-sniffing attacks +grab + # Enable the OpenSSH Agent protocol enable-ssh-support |