This file is indexed.

/usr/share/mediatomb/web/cm.xml is in mediatomb-common 0.12.1-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
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="utf-8"?>
<scpd xmlns="urn:schemas-upnp-org:service-1-0">
   <specVersion>
      <major>1</major>
      <minor>0</minor>
   </specVersion>
   <actionList>
      <action>
         <name>GetCurrentConnectionIDs</name>
         <argumentList>
            <argument>
               <name>ConnectionIDs</name>
               <direction>out</direction>
               <relatedStateVariable>CurrentConnectionIDs</relatedStateVariable>
            </argument>
         </argumentList>
      </action>
      <action>
         <name>GetCurrentConnectionInfo</name>
         <argumentList>
            <argument>
               <name>ConnectionID</name>
               <direction>in</direction>
               <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
            </argument>
            <argument>
               <name>RcsID</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_RcsID</relatedStateVariable>
            </argument>
            <argument>
               <name>AVTransportID</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_AVTransportID</relatedStateVariable>
            </argument>
            <argument>
               <name>ProtocolInfo</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_ProtocolInfo</relatedStateVariable>
            </argument>
            <argument>
               <name>PeerConnectionManager</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_ConnectionManager</relatedStateVariable>
            </argument>
            <argument>
               <name>PeerConnectionID</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_ConnectionID</relatedStateVariable>
            </argument>
            <argument>
               <name>Direction</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_Direction</relatedStateVariable>
            </argument>
            <argument>
               <name>Status</name>
               <direction>out</direction>
               <relatedStateVariable>A_ARG_TYPE_ConnectionStatus</relatedStateVariable>
            </argument>
         </argumentList>
      </action>
      <action>
         <name>GetProtocolInfo</name>
         <argumentList>
            <argument>
               <name>Source</name>
               <direction>out</direction>
               <relatedStateVariable>SourceProtocolInfo</relatedStateVariable>
            </argument>
            <argument>
               <name>Sink</name>
               <direction>out</direction>
               <relatedStateVariable>SinkProtocolInfo</relatedStateVariable>
            </argument>
         </argumentList>
      </action>
   </actionList>
   <serviceStateTable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_ProtocolInfo</name>
         <dataType>string</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_ConnectionStatus</name>
         <dataType>string</dataType>
         <allowedValueList>
            <allowedValue>OK</allowedValue>
            <allowedValue>ContentFormatMismatch</allowedValue>
            <allowedValue>InsufficientBandwidth</allowedValue>
            <allowedValue>UnreliableChannel</allowedValue>
            <allowedValue>Unknown</allowedValue>
         </allowedValueList>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_AVTransportID</name>
         <dataType>i4</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_RcsID</name>
         <dataType>i4</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_ConnectionID</name>
         <dataType>i4</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_ConnectionManager</name>
         <dataType>string</dataType>
      </stateVariable>
      <stateVariable sendEvents="yes">
         <name>SourceProtocolInfo</name>
         <dataType>string</dataType>
      </stateVariable>
      <stateVariable sendEvents="yes">
         <name>SinkProtocolInfo</name>
         <dataType>string</dataType>
      </stateVariable>
      <stateVariable sendEvents="no">
         <name>A_ARG_TYPE_Direction</name>
         <dataType>string</dataType>
         <allowedValueList>
            <allowedValue>Input</allowedValue>
            <allowedValue>Output</allowedValue>
         </allowedValueList>
      </stateVariable>
      <stateVariable sendEvents="yes">
         <name>CurrentConnectionIDs</name>
         <dataType>string</dataType>
      </stateVariable>
   </serviceStateTable>
</scpd>