This file is indexed.

/usr/share/jobservice/default/cups.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
21
22
23
<?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="exec" name="manage">
        <description>Manage CUPS</description>
        <values>
            <value name="system-config-printer">
                <description>Configure printers</description>
            </value>
            <value name="xdg-open 'http://localhost:631/'">
                <description>Launch web interface</description>
            </value>
        </values>
    </setting>
    <setting type="group" name="SystemGroup">
        <description>System Group</description>
        <data>
            <parse file="/etc/cups/cupsd.conf">%n %s</parse>
        </data>
    </setting>
</settings>