diff options
author | Werner Koch <wk@gnupg.org> | 2017-12-18 16:38:02 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-12-18 16:42:59 +0100 |
commit | c817e750283278e7e8317c1b47981e71ddcc9dbf (patch) | |
tree | 0865a55b588243ac2883c483959ec483c4c2e9ae /doc/examples | |
parent | po: Update Japanese translation. (diff) | |
parent | gpgconf: Show --compliance in expert mode. (diff) | |
download | gnupg2-c817e750283278e7e8317c1b47981e71ddcc9dbf.tar.xz gnupg2-c817e750283278e7e8317c1b47981e71ddcc9dbf.zip |
Merge branch 'STABLE-BRANCH-2-2' into master
--
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/gpgconf.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/examples/gpgconf.conf b/doc/examples/gpgconf.conf index f40160249..95e463b6e 100644 --- a/doc/examples/gpgconf.conf +++ b/doc/examples/gpgconf.conf @@ -31,8 +31,7 @@ # # Example file: #========== -# :staff gpg-agent allow-mark-trusted [change] -# gpg-agent min-passphrase-len 6 +# :staff gpg-agent min-passphrase-len 6 [change] # # * gpg-agent min-passphrase-len [no-change] 8 # gpg-agent min-passphrase-nonalpha [no-change] 1 @@ -42,9 +41,9 @@ # gpg-agent enforce-passphrase-constraints [no-change] # gpg-agent max-cache-ttl [no-change] 10800 # gpg-agent max-cache-ttl-ssh [no-change] 10800 -# gpg-agent allow-mark-trusted [default] -# gpg-agent allow-mark-trusted [no-change] # gpgsm enable-ocsp +# gpg compliance [no-change] +# gpgsm compliance [no-change] #=========== # All users in the group "staff" are allowed to change the value for # --allow-mark-trusted; gpgconf's default is not to allow a change |