mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* Document --set-notation. Explain why it is not possible to disable
permission warnings in the gpg.conf file about the homedir.
This commit is contained in:
parent
a5381060d2
commit
470be533dd
@ -1,3 +1,9 @@
|
|||||||
|
2003-06-18 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* Document --set-notation. Explain why it is not possible to
|
||||||
|
disable permission warnings in the gpg.conf file about the
|
||||||
|
homedir.
|
||||||
|
|
||||||
2003-05-21 David Shaw <dshaw@jabberwocky.com>
|
2003-05-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpg.sgml: Document --trustdb-name. Document --gnupg in a new
|
* gpg.sgml: Document --trustdb-name. Document --gnupg in a new
|
||||||
|
21
doc/gpg.sgml
21
doc/gpg.sgml
@ -1420,7 +1420,7 @@ Force inclusion of the version string in ASCII armored output.
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--sig-notation &ParmNameValue;</term>
|
<term>--sig-notation &ParmNameValue;</term>
|
||||||
<term>--cert-notation &ParmNameValue;</term>
|
<term>--cert-notation &ParmNameValue;</term>
|
||||||
<term>-N, --notation-data &ParmNameValue;</term>
|
<term>-N, --set-notation &ParmNameValue;</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Put the name value pair into the signature as notation data.
|
Put the name value pair into the signature as notation data.
|
||||||
&ParmName; must consist only of printable characters or spaces, and
|
&ParmName; must consist only of printable characters or spaces, and
|
||||||
@ -1431,7 +1431,7 @@ encoded in UTF8, so you should check that your --charset is set
|
|||||||
correctly. If you prefix &ParmName; with an exclamation mark, the
|
correctly. If you prefix &ParmName; with an exclamation mark, the
|
||||||
notation data will be flagged as critical (rfc2440:5.2.3.15).
|
notation data will be flagged as critical (rfc2440:5.2.3.15).
|
||||||
--sig-notation sets a notation for data signatures. --cert-notation
|
--sig-notation sets a notation for data signatures. --cert-notation
|
||||||
sets a notation for key signatures (certifications). --notation-data
|
sets a notation for key signatures (certifications). --set-notation
|
||||||
sets both.
|
sets both.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -1974,11 +1974,18 @@ Suppress the warning about "using insecure memory".
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>--no-permission-warning</term>
|
<term>--no-permission-warning</term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Suppress the warning about unsafe file permissions. Note that the
|
|
||||||
file permission checks that GnuPG performs are not intended to be
|
Suppress the warning about unsafe file and home directory (--homedir)
|
||||||
authoritative, rather they simply warn about certain common permission
|
permissions. Note that the permission checks that GnuPG performs are
|
||||||
problems. Do not assume that the lack of a warning means that your
|
not intended to be authoritative, but rather they simply warn about
|
||||||
system is secure.
|
certain common permission problems. Do not assume that the lack of a
|
||||||
|
warning means that your system is secure.
|
||||||
|
</para><para>
|
||||||
|
Note that the warning for unsafe --homedir permissions cannot be
|
||||||
|
supressed in the gpg.conf file, as this would allow an attacker to
|
||||||
|
place an unsafe gpg.conf file in place, and use this file to supress
|
||||||
|
warnings about itself. The --homedir permissions warning may only be
|
||||||
|
supressed on the command line.
|
||||||
</para></listitem></varlistentry>
|
</para></listitem></varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user