This file is indexed.

/usr/share/games/flightgear/Phi/topics/Aircraft/Help.html is in flightgear-phi 2016.4.2+dfsg1-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
<style>
</style>

<div class="ui-widget-content ui-corner-all" data-bind="if: longDescription().length">
    <div class="ui-widget-header ui-corner-all" data-bind="text: description"></div>
    <div data-bind="text: longDescription"></div>
</div>
<table id="phi-aircraft-helptable" class="ui-widget-content ui-corner-all">
    <caption class="ui-widget-header ui-corner-all" data-bind="text: helpTitle"></caption>
    <tbody data-bind="foreach: helpContent">
        <tr>
            <!--  ko if: $data.type == 'line' || $data.type == 'text' -->
            <td colspan="2" data-bind="html: $data.text"></td>
            <!-- /ko -->
            <!--  ko if: $data.type == 'key' -->
            <td><span>Key</span><span data-bind="text: $data.name" style="padding: 0 1em 0 0.5em; font-weight: bold;"></span></td>
            <td data-bind="text: $data.desc"></td>
            <!-- /ko -->
        </tr>
    </tbody>
</table>