Fourhundred Thecat <[email protected]> wrote: > In case of gpg, there is one mode where you generate your key pair, change > configuration files, or any other read-write operation. > > But for general usage, there is no reason for the key pair to need to be > writable.
Sure. So there is none:
$ chmod a-w $GNUPGHOME/pubring.kbx $GNUPGHOME/private-keys-v1.d/*
$ echo foo | gpg -qe --default-recipient-self | gpg -qd
foo
signature.asc
Description: PGP signature
_______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
