mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-11 21:48:50 +01:00
* gpg.sgml: Clarify --no-permission-warning to note that the permission
warnings are not intended to be the be-all and end-all in security checks. Add note to --group that when used on the command line, it may be necessary to quote the argument so it is not treated as multiple arguments. Noted by Stefan.
This commit is contained in:
parent
7cbc893caf
commit
bafb6ebf27
@ -1,3 +1,11 @@
|
||||
2002-12-12 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Clarify --no-permission-warning to note that the
|
||||
permission warnings are not intended to be the be-all and end-all
|
||||
in security checks. Add note to --group that when used on the
|
||||
command line, it may be necessary to quote the argument so it is
|
||||
not treated as multiple arguments. Noted by Stefan.
|
||||
|
||||
2002-12-10 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Clarify include-revoked and include-disabled so they
|
||||
|
13
doc/gpg.sgml
13
doc/gpg.sgml
@ -2002,7 +2002,11 @@ Suppress the warning about "using insecure memory".
|
||||
<varlistentry>
|
||||
<term>--no-permission-warning</term>
|
||||
<listitem><para>
|
||||
Suppress the warning about unsafe file permissions.
|
||||
Suppress the warning about unsafe file permissions. Note that the
|
||||
file permission checks that GnuPG does are not intended to be
|
||||
authoritative, rather they simply warn about certain common permission
|
||||
problems. Do not assume that the lack of a warning means that your
|
||||
system is secure.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
@ -2212,11 +2216,14 @@ Experimental use only.
|
||||
Sets up a named group, which is similar to aliases in email programs.
|
||||
Any time the group name is a receipient (-r or --recipient), it will
|
||||
be expanded to the values specified.
|
||||
|
||||
</para><para>
|
||||
The values are &ParmKeyIDs; or fingerprints, but any key description
|
||||
is accepted. Note that a value with spaces in it will be treated as
|
||||
two different values. Note also there is only one level of expansion
|
||||
- you cannot make an group that points to another group.
|
||||
- you cannot make an group that points to another group. When used
|
||||
from the command line, it may be necessary to quote the argument to
|
||||
this option to prevent the shell from treating it as multiple
|
||||
arguments.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user