Merge branch 'joeyconfig'

This commit is contained in:
Joey Hess 2014-11-11 10:38:14 -04:00
commit 250ab151a2
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
To support multiple gpg keys added with --add-key, propellor should
* When it encrypts the privdata after a change, encrypt it to all keys
listed in `privdata/keyring.gpg`
* When --add-key adds a new key, it should re-encrypt the privdata,
so that this new key can access it.