This file is indexed.

/usr/share/compiz/session.xml is in compiz-plugins-default 1:0.9.13.0+16.10.20160818.2-5.1.

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
<?xml version="1.0" encoding="UTF-8"?>
<compiz>
    <plugin useBcop="true" name="session">
	<short>Session Management</short>
	<long>Talk to session manager and save/load window state</long>
	<category>Utility</category>
	<deps>
	    <relation type="after">
		<plugin>composite</plugin>
		<plugin>opengl</plugin>
		<plugin>place</plugin>
		<plugin>decor</plugin>
	    </relation>
	</deps>
	<options>
	    <option type="bool" name="save_legacy">
		<short>Save Legacy Apps</short>
		<long>Also try to save and restore legacy apps that don't support the X session management protocol. This setting only should be used in KDE, as only KDE's session manager also saves those applications.</long>
		<default>false</default>
	    </option>
	    <option type="match" name="ignore_match">
	    	<short>Windows to ignore</short>
	    	<long>Matching windows will not be handled by the session plugin</long>
    		<default/>
            </option>
	</options>
    </plugin>
</compiz>