This file is indexed.

/usr/share/XaoS/tutorial/render.xaf is in xaos 3.5+ds1-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
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
(load "msetren.xaf")

(usleep 500000)
(clearscreen)
(textposition 'center 'middle)
(text "This animation is part of
animated tutorial
\"An introduction to fractals\"

See http://xaos.sf.net
for next 8 chapters.")
(textsleep)
(text "Rendered by
XaoS - a real-time fractal zoomer

XaoS is free software. Download it from:
http://xaos.sf.net
to see the whole tutorial calculated in
realtime at much higher quality.")
(textsleep)
(clearscreen)
(textposition 'center 'top)
(message "fcopyright")
(textposition 'center 'bottom)
(text "You can redistribute this animation
freely as long as the original MPEG file is untouched.")
(textsleep)