summaryrefslogtreecommitdiff
path: root/schema/org.gnome.crypto.cache.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'schema/org.gnome.crypto.cache.gschema.xml')
-rw-r--r--schema/org.gnome.crypto.cache.gschema.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/schema/org.gnome.crypto.cache.gschema.xml b/schema/org.gnome.crypto.cache.gschema.xml
index 7e4d9b27..9a431eb4 100644
--- a/schema/org.gnome.crypto.cache.gschema.xml
+++ b/schema/org.gnome.crypto.cache.gschema.xml
@@ -1,12 +1,17 @@
<schemalist>
<schema id="org.gnome.crypto.cache" path="/desktop/gnome/crypto/cache/">
<key name="gpg-cache-method" type="s">
- <default>session</default>
+ <default>'session'</default>
<summary>Cache Method</summary>
<description>The method to use for caching passphrases typed into the GPG agent.</description>
</key>
+ <key name="gpg-cache-ttl" type="i">
+ <default>300</default>
+ <summary>Cache Time To Live</summary>
+ <description>The amount of time in seconds to cache passphrases when the 'idle' or 'timeout' gpg-cache-method are in use.</description>
+ </key>
<key name="gpg-cache-authorize" type="b">
- <default>FALSE</default>
+ <default>false</default>
<summary>Authorize Cache Access</summary>
<description>Not yet implemented.</description>
</key>