This file is indexed.

/usr/share/jobservice/default/apport.xml is in jobservice 0.8.0-0ubuntu4.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE settings PUBLIC
 "-//Ubuntu//DTD JobService Service-Level Settings 0.8//EN"
 "http://people.ubuntu.com/~jpeddicord/SLS/0.8/sls.dtd">
<settings>
    <setting type="bool" name="enabled">
        <description>Enable crash reporting</description>
        <data>
            <parse file="/etc/default/apport">%n=%s</parse>
        </data>
        <values>
            <value name="true">
                <raw>1</raw>
            </value>
            <value name="false">
                <raw>0</raw>
            </value>
        </values>
    </setting>
</settings>