/usr/share/glib-2.0/schemas/org.gnome.crypto.cache.gschema.xml is in gnome-keyring 3.2.2-2ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | <schemalist>
<schema id="org.gnome.crypto.cache" path="/desktop/gnome/crypto/cache/">
<key name="gpg-cache-method" type="s">
<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>
<summary>Authorize Cache Access</summary>
<description>Not yet implemented.</description>
</key>
</schema>
</schemalist>
|