This file is indexed.

/usr/share/calf/gui-filter.xml is in calf-plugins 0.0.19+git20131202-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
29
<table rows="2" cols="2" >
    <table attach-x="0" attach-y="0" shrink-y="1" expand-x="1" cols="3" rows="1" >
        <label param="mode" attach-x="0" attach-y="0" shrink-x="1" widget-name="inverted"/>
        <label attach-x="1" attach-y="0" shrink-x="1" pad-x="10" />
        <combo param="mode" attach-x="2" attach-y="0" />
    </table>
    <hbox attach-x="0" attach-y="1" shrink-y="1" expand-x="1" fill-x="1" widget-name="default">
        <vbox border="10">
            <label param="res" />
            <knob param="res" />
            <value param="res" />
        </vbox>
        <vbox border="10">
            <label param="freq" />
            <knob param="freq" size="5" />
            <value param="freq" />
        </vbox>
        <vbox border="10">
            <label param="inertia" />
            <knob param="inertia"/>
            <value param="inertia" />
        </vbox>
    </hbox>
    <if cond="directlink">
        <frame label="Freq. response" expand-x="1" fill-x="1" attach-x="1" attach-y="0" attach-h="2">
            <line-graph refresh="1" width="360" height="160" param="freq" crosshairs="1" freqhandles="3" handle1-x="freq"/>
        </frame>
    </if>
</table>