From b8ffa0d9473e7f08cc490f544863e1b1dccc4df2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 28 Jan 2009 14:18:40 +0000 Subject: Make --allow-admin the default. --- tools/gpgconf-comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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 }, -- cgit v1.2.3