diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-07-04 15:35:42 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-07-04 15:35:42 +0200 |
commit | 107e4a3f58cb28e771d233e0ba87d38e94fa8336 (patch) | |
tree | d29932f0260ad2d31bfab5e04ea4ca4a00d97b91 /README | |
parent | * server.c (gpgsm_status2): Insert a blank between all optional (diff) | |
download | gnupg2-107e4a3f58cb28e771d233e0ba87d38e94fa8336.tar.xz gnupg2-107e4a3f58cb28e771d233e0ba87d38e94fa8336.zip |
* 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.
Diffstat (limited to 'README')
-rw-r--r-- | README | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -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 --------------------- |