This file is indexed.

/usr/share/openvrml-xembed/dbus-1/browser.xml is in openvrml-lookat 0.18.9-7+b1.

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
<?xml version="1.0" encoding="UTF-8" ?>

<node name="/org/openvrml/Browser">
  <interface name="org.openvrml.Browser">
    <method name="GetId">
      <arg type="t" name="window_id" direction="out">
        <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
      </arg>
    </method>
    <method name="NewStream">
      <arg type="t" name="stream_id" direction="in" />
      <arg type="s" name="type" direction="in" />
      <arg type="s" name="url" direction="in" />
    </method>
    <method name="DestroyStream">
      <arg type="t" name="stream_id" direction="in" />
    </method>
    <method name="Write">
      <arg type="t" name="stream_id" direction="in" />
      <arg type="ay" name="data" direction="in" />
    </method>
    <method name="LoadUrl">
      <arg type="as" name="url" direction="in" />
      <arg type="as" name="parameter" direction="in" />
    </method>
    <method name="GetWorldUrl">
      <arg type="s" name="url" direction="out">
        <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value="error"/>
      </arg>
    </method>
    <signal name="Initialized"/>
    <signal name="Shutdown"/>
  </interface>
</node>