diff options
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/README | 2 | ||||
-rw-r--r-- | doc/examples/gpgconf.conf | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/examples/README b/doc/examples/README index 341dda88a..344482283 100644 --- a/doc/examples/README +++ b/doc/examples/README @@ -6,4 +6,4 @@ scd-event A handler script used with scdaemon trustlist.txt A list of trustworthy root certificates (Please check yourself whether you actually trust them) - +gpgconf.conf A sample configuration file for gpgconf. diff --git a/doc/examples/gpgconf.conf b/doc/examples/gpgconf.conf index 194ed7938..c9012137d 100644 --- a/doc/examples/gpgconf.conf +++ b/doc/examples/gpgconf.conf @@ -52,8 +52,7 @@ #------------------------------------------------------------------- -# Allow all users to change the allow-mark-trusted option. -# (This was the default prior to gnupg 2.0.3) -* gpg-agent allow-mark-trusted [change] +# Deny all users to change the allow-mark-trusted option. +* gpg-agent allow-mark-trusted [no-change] |