Dear all,

> because you've made that file executable.
> chmod u-x /home/alastair/.gnupg/gpg.conf

I assume this one here is the "best" solution (from [1]):

> mkdir "$HOME/.gnupg"
> chown -R "$USER" "$HOME/.gnupg"
> chmod -R -N "$HOME/.gnupg" 2> /dev/null; # for OS X ACLs
> chmod -R u+rwX,go= "$HOME/.gnupg"


Best regards, Alex

[1] 
https://github.com/GPGTools/GPGTools_Core/blob/master/scripts/gpgtools-autofix.sh#L147

On 07.03.2012, at 14:59, kwadronaut wrote:

> On 07/03/12 14:56, Alastair Langwell wrote:
>> gpg: WARNING: unsafe ownership on configuration file
>> `/home/alastair/.gnupg/gpg.conf'
> 
> 
> because you've made that file executable.
> chmod u-x /home/alastair/.gnupg/gpg.conf
> 
> _______________________________________________
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to