This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.crypto.pgp.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
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<schemalist>
	<schema id="org.gnome.crypto.pgp" path="/desktop/gnome/crypto/pgp/">
		<key name="default-key" type="s">
			<default>''</default>
			<summary>Default PGP Key</summary>
			<description>This specifies the ID of the default PGP key to use for certain operations, mainly signing.</description>
		</key>
		<key name="ascii-armor" type="b">
			<default>true</default>
			<summary>ASCII Armor</summary>
			<description>When encrypting or signing PGP files whether to use ASCII armor encoding.</description>
		</key>
		<key name="sort-recipients-by" type="s">
			<default>'name'</default>
			<summary>The column to sort the recipients</summary>
			<description>Specify the column to sort the recipients window by. Columns are: 'name' and 'id'. Put a '-' in front of the column name to sort in descending order.</description>
		</key>
		<key name="encrypt-to-self" type="b">
			<default>true</default>
			<summary>Whether to always encrypt to default key</summary>
			<description>If set to true, then the default key will always be added to an encryption recipients list.</description>
		</key>
		<key name="last-signer" type="s">
			<default>''</default>
			<summary>Last key used to sign a message.</summary>
			<description>The ID of the last secret key used to sign a message.</description>
		</key>
		<key name="keyservers" type="as">
			<default>['hkp://pool.sks-keyservers.net', 'ldap://keyserver.pgp.com']</default>
			<summary>PGP key servers</summary>
			<description>A list of key server URIs to search for remote PGP keys. A display name can be included, by appending a space and then the name.</description>
		</key>
	</schema>
</schemalist>