diff options
author | Werner Koch <wk@gnupg.org> | 2009-01-28 15:18:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-01-28 15:18:40 +0100 |
commit | b8ffa0d9473e7f08cc490f544863e1b1dccc4df2 (patch) | |
tree | f380d5cb791cc41ef418a29d49f5eab68d8f1822 /tools | |
parent | Return the balance of a Geldkarte. (diff) | |
download | gnupg2-b8ffa0d9473e7f08cc490f544863e1b1dccc4df2.tar.xz gnupg2-b8ffa0d9473e7f08cc490f544863e1b1dccc4df2.zip |
Make --allow-admin the default.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gpgconf-comp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 1084bda72..6af8e9027 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -622,8 +622,8 @@ static gc_option_t gc_options_scdaemon[] = { "Security", GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC, "gnupg", N_("Options controlling the security") }, - { "allow-admin", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, - "gnupg", "allow the use of admin card commands", + { "deny-admin", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, + "gnupg", "deny the use of admin card commands", GC_ARG_TYPE_NONE, GC_BACKEND_SCDAEMON }, |