Opened 6 years ago
Closed 6 years ago
#57159 closed defect (invalid)
Can't make a new homedir in gnupg2 without permission errors
Reported by: | marc-git | Owned by: | roederja |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.3 |
Keywords: | Cc: | Ionic (Mihai Moldovan) | |
Port: | gnupg2 |
Description (last modified by mf2k (Frank Schima))
/opt/local/bin/gpg2 --homedir ~/.gnupg-new/
always produces the error :
gpg: WARNING: unsafe permissions on homedir
which prevents me using kgpg
Change History (3)
comment:1 Changed 6 years ago by mf2k (Frank Schima)
comment:2 Changed 6 years ago by mf2k (Frank Schima)
Cc: | Ionic added |
---|---|
Description: | modified (diff) |
Keywords: | homedir permission removed |
Owner: | set to roederja |
Status: | new → assigned |
comment:3 Changed 6 years ago by roederja
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Not really a problem with the port, but you can fix this by changing the permissions on your .gnupg-new directory: chmod 700 .gnupg-new
Note: See
TracTickets for help on using
tickets.
In the future, please use WikiFormatting and add the port maintainer(s) to Cc (
port info --maintainers gnupg2
), if any.