This file is indexed.

/usr/share/mime/packages/revelation.xml is in revelation 0.4.14-3.

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
<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
	<mime-type type="application/x-revelation">
		<comment>Revelation password database</comment>

		<magic>
			<match type="string" offset="0" value="rvl\0">
				<match type="string" offset="5" value="\0">
					<match type="string" offset="9" value="\0\0\0" />
				</match>
			</match>
		</magic>
	</mime-type>
</mime-info>