3ec0861e6b
This adds a script that will wrap emacs with gpg-agent when editing the secrets file. This avoids issues with rogue gpg-agents running on the system. Change-Id: Ic3cc73b5c25eab2ede41d8ca05b5695b817973d9
3 lines
65 B
Bash
3 lines
65 B
Bash
#!/bin/sh
|
|
gpg-agent --daemon emacs /root/passwords/passwords.gpg
|