mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* README: Document --disable-exec, --disable-photo-viewers,
--disable-keyserver-helpers, --enable-exec-path, and --with-photo-viewer. * configure.ac: Add --with-photo-viewer to lock the viewer at compile time and --disable-keyserver-helpers and --disable-photo-viewers to allow disabling one without disabling the other.
This commit is contained in:
parent
f48b2851f6
commit
107e4a3f58
3 changed files with 95 additions and 31 deletions
23
README
23
README
|
@ -507,6 +507,29 @@
|
|||
Do not use assembler modules. It is not possible
|
||||
to use this on some CPU types.
|
||||
|
||||
--disable-exec
|
||||
Disable all remote program execution. This
|
||||
disables photo ID viewing as well as all keyserver
|
||||
types aside from HKP.
|
||||
|
||||
--disable-photo-viewers
|
||||
Disable only photo ID viewing.
|
||||
|
||||
--disable-keyserver-helpers
|
||||
Disable only keyserver helpers (not including
|
||||
HKP).
|
||||
|
||||
--enable-exec-path=PATH
|
||||
Force the exec search path to be set to PATH.
|
||||
Note that this only really applies to keyserver
|
||||
helpers as the photo-viewer can include its own
|
||||
path.
|
||||
|
||||
--with-photo-viewer=FIXED_VIEWER
|
||||
Force the photo viewer to be FIXED_VIEWER and
|
||||
disable any ability for the user to change it in
|
||||
their options file.
|
||||
|
||||
|
||||
Installation Problems
|
||||
---------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue