1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Make --allow-admin the default.

This commit is contained in:
Werner Koch 2009-01-28 14:18:40 +00:00
parent 92cb022675
commit b8ffa0d947
32 changed files with 2342 additions and 2315 deletions

View file

@ -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 },