This file is indexed.

/usr/share/arista/help/flac.html is in arista 0.9.7-5.

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
<html>
    <head>
        <link rel="stylesheet" type="text/css" href="style.css"/>
    </head>
    <body>
        <h1>FLAC</h1>
        <p>The Free Lossless Audio Codec is a completely open, patent and royalty free, professional audio codec that can be used to compress audio data with zero loss in quality. File sizes are typically much larger than Vorbis, MP3, or AAC but smaller than the original raw audio.</p>
        <div class="options">
            <h2>Options</h2>
            <ul>
                <li>
                    <strong>Quality</strong> (0 - 10)<br/>
                    Set a specific audio quality. Default is 5.<br/>
                    <pre><code>quality=6</code></pre>
                </li>
            </ul>
        </div>
        <iframe src="common.html" scrolling="no" frameborder="0"></iframe>
    </body>
</html>