This file is indexed.

/usr/share/xul-ext/tbdialout/content/loading.xul is in xul-ext-tbdialout 1.7.2-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
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://tbdialout/locale/tbdialout.dtd">
<window id="tbdoThrobber" title="Loading..."
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
<vbox flex="1" pack="center" align="center">
  <hbox flex="1" pack="center" align="center">
    <image id="tbdo-throbber-img" src="chrome://tbdialout/skin/throbber.gif" />
  </hbox>
</vbox>
</window>