This file is indexed.

/usr/share/fweelin/interfaces.xml is in freewheeling 0.6-2.

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
30
31
32
33
34
35
36
<interfaces>
  <!-- Interfaces to load. Each interface defines visuals and behavior 
for
       how Freewheeling responds to different hardware controllers. -->

  <!-- Each interface is automatically assigned an ID when loaded.

       An interface can contain displays (such as meters)
       and layouts (visual mappings of loops), as well as bindings
       that define how Freewheeling responds to different 
       buttons/sliders/keys/etc.

       Interfaces defined as 'switchable=0' have displays and layouts
       that are always visible- never switched. For example, the
       MIDI footswitch interface is always visible at the bottom right
       of Freewheeling's window for quick capturing of loops. -->

  <!-- Interfaces are loaded in this order. Add your own! -->

  <!-- Bare minimum -->
  <interface setup="coreinterface.xml" switchable="0"/>

  <!-- Customization -->
  <!--  <interface setup="mercury.xml" switchable="0"/> -->

  <!-- Bare minimum -->
  <interface setup="browsers.xml" switchable="0"/>

  <!-- Added user interfaces -->
  <interface setup="midifootswitch.xml" switchable="0"/>
  <interface setup="bcf2000.xml"/>
  <interface setup="pckeyboard.xml"/>
  <interface setup="midikeyboard.xml"/>
<!-- <interface setup="pcr-m1.xml" switchable="0"/> -->
  <interface setup="dancemat.xml"/>
</interfaces>