forked from HW42/qubes-app-linux-split-gpg2
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use a non-default GnuPG home directory
For split-gpg2, using the default GnuPG home directory is unsafe. split-gpg2 must not have access to a key capable of certification. Using a different home directory (~/.config/qubes-split-gpg2/gnupg by default) is the first step in enforcing this. Users who *really* want to use the original home directory can specify it explicitly in `~/.config/qubes-split-gpg2/qubes-split-gpg.conf`.
- Loading branch information
Showing
3 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters