mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-11 13:14:25 +01:00
no-secmem-warning item extended
This commit is contained in:
parent
f2b8760f75
commit
f018997504
21
doc/FAQ
21
doc/FAQ
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
GNUPG FREQUENTLY ASKED QUESTIONS
|
GNUPG FREQUENTLY ASKED QUESTIONS
|
||||||
|
|
||||||
Version: 0.3
|
Version: 0.31
|
||||||
Last-Modified: Oct 19, 2000
|
Last-Modified: Oct 24, 2000
|
||||||
Maintained-by: Nils Ellmenreich <nils 'at' gnupg.org>
|
Maintained-by: Nils Ellmenreich <nils 'at' gnupg.org>
|
||||||
|
|
||||||
This is the GnuPG FAQ. The latest HTML version is available
|
This is the GnuPG FAQ. The latest HTML version is available
|
||||||
@ -458,15 +458,28 @@ it?
|
|||||||
|
|
||||||
On many systems this program should be installed as
|
On many systems this program should be installed as
|
||||||
setuid(root). This is necessary to lock memory pages. Locking
|
setuid(root). This is necessary to lock memory pages. Locking
|
||||||
memory pages prevents the operating system from writing memory pages
|
memory pages prevents the operating system from writing them
|
||||||
to disk and thereby keeping your secret keys really secret. If you
|
to disk and thereby keeping your secret keys really secret. If you
|
||||||
get no warning message about insecure memory your operating system
|
get no warning message about insecure memory your operating system
|
||||||
supports locking without being root. The program drops root
|
supports locking without being root. The program drops root
|
||||||
privileges as soon as locked memory is allocated.
|
privileges as soon as locked memory is allocated.
|
||||||
|
|
||||||
|
On UnixWare 2.x and 7.x you you should install GnuPG with the
|
||||||
|
'plock' priviledge to get the same effect:
|
||||||
|
filepriv -f plock /path/to/gpg
|
||||||
|
|
||||||
If you can't or don't want to install GnuPG setuid(root), you can
|
If you can't or don't want to install GnuPG setuid(root), you can
|
||||||
use the option "--no-secmem-warning" or put
|
use the option "--no-secmem-warning" or put
|
||||||
no-secmem-warning in your ~/.gnupg/options file.
|
no-secmem-warning in your ~/.gnupg/options file (this
|
||||||
|
disables the warning).
|
||||||
|
|
||||||
|
On systems without memory locking (e.g., Windows), older GnuPG
|
||||||
|
versions (<=1.0.4) issue the warning
|
||||||
|
gpg: Please note that you don't have secure memory
|
||||||
|
This warning can't be switched off by the above option because it
|
||||||
|
was thought to be a too serious issue. However, it confused users
|
||||||
|
too much so the warning was eventually removed.
|
||||||
|
|
||||||
|
|
||||||
6.2) In the edit menu the trust values is not displayed correctly after
|
6.2) In the edit menu the trust values is not displayed correctly after
|
||||||
signing uids - why?
|
signing uids - why?
|
||||||
|
25
doc/faq.raw
25
doc/faq.raw
@ -13,8 +13,8 @@ The most recent version of the FAQ is available from
|
|||||||
[H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1]
|
[H H1]GNUPG FREQUENTLY ASKED QUESTIONS[H /H1]
|
||||||
|
|
||||||
[H pre]
|
[H pre]
|
||||||
Version: 0.3
|
Version: 0.31
|
||||||
Last-Modified: Oct 19, 2000
|
Last-Modified: Oct 24, 2000
|
||||||
Maintained-by: [$maintainer]
|
Maintained-by: [$maintainer]
|
||||||
[H/pre]
|
[H/pre]
|
||||||
|
|
||||||
@ -431,15 +431,32 @@ it?
|
|||||||
|
|
||||||
On many systems this program should be installed as
|
On many systems this program should be installed as
|
||||||
setuid(root). This is necessary to lock memory pages. Locking
|
setuid(root). This is necessary to lock memory pages. Locking
|
||||||
memory pages prevents the operating system from writing memory pages
|
memory pages prevents the operating system from writing them
|
||||||
to disk and thereby keeping your secret keys really secret. If you
|
to disk and thereby keeping your secret keys really secret. If you
|
||||||
get no warning message about insecure memory your operating system
|
get no warning message about insecure memory your operating system
|
||||||
supports locking without being root. The program drops root
|
supports locking without being root. The program drops root
|
||||||
privileges as soon as locked memory is allocated.
|
privileges as soon as locked memory is allocated.
|
||||||
|
|
||||||
|
On UnixWare 2.x and 7.x you should install GnuPG with the
|
||||||
|
'plock' priviledge to get the same effect:
|
||||||
|
[H pre]
|
||||||
|
filepriv -f plock /path/to/gpg
|
||||||
|
[H /pre]
|
||||||
|
|
||||||
If you can't or don't want to install GnuPG setuid(root), you can
|
If you can't or don't want to install GnuPG setuid(root), you can
|
||||||
use the option "--no-secmem-warning" or put [H pre]
|
use the option "--no-secmem-warning" or put [H pre]
|
||||||
no-secmem-warning [H /pre] in your ~/.gnupg/options file.
|
no-secmem-warning [H /pre] in your ~/.gnupg/options file (this
|
||||||
|
disables the warning).
|
||||||
|
|
||||||
|
On systems without memory locking (e.g., Windows), older GnuPG
|
||||||
|
versions (<=1.0.4) issue the warning
|
||||||
|
[H pre]
|
||||||
|
gpg: Please note that you don't have secure memory
|
||||||
|
[H /pre]
|
||||||
|
This warning can't be switched off by the above option because it
|
||||||
|
was thought to be a too serious issue. However, it confused users
|
||||||
|
too much so the warning was eventually removed.
|
||||||
|
|
||||||
|
|
||||||
<Q> In the edit menu the trust values is not displayed correctly after
|
<Q> In the edit menu the trust values is not displayed correctly after
|
||||||
signing uids - why?
|
signing uids - why?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user