This file is indexed.

/usr/share/xul-ext/all-in-one-sidebar/content/about.xul is in xul-ext-all-in-one-sidebar 0.7.23-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
<?xml version="1.0"?>

<!-- skin -->
<?xml-stylesheet href="chrome://browser/skin/"?>

<!-- locale -->
<!DOCTYPE overlay [
    <!ENTITY % aboutDTD SYSTEM "chrome://aios/locale/about.dtd"> %aboutDTD;
]>

<prefwindow id="aiosAboutWindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    title = "&title;"
    persist = "screenX screenY"
    style = "min-width: 45em; max-width: 780px;"

    buttons = "extra1,extra2"
    buttonlabelextra1 = "&close;"
    buttonlabelextra2 = "&settings;"
    ondialogextra1 = "window.close();"
    ondialogextra2 = "aios_openDialog('prefs');" >

    <script type="application/x-javascript" src="chrome://aios/content/_helper.js" />

    <prefpane id="aiosAbout" src="chrome://aios/content/about_content.xul" />

</prefwindow>