This file is indexed.

/usr/share/xscreensaver/config/goban.xml is in goban-ss 1.1-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
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="ISO-8859-1"?>

<screensaver name="goban" _label="Goban">

  <command arg="-root"/>

  <hgroup>
    <number id="stonetime" type="spinbutton" arg="-stonetime %"
            _label="Stone Time" low="0" high="10000" default="2000"/>
    <number id="gametime" type="spinbutton" arg="-gametime %"
            _label="Game Time" low="0" high="100" default="10"/>
  </hgroup>

  <number id="accel" type="slider" arg="-acceleration %"
          _label="Acceleration" _low-label="Slow" _high-label="Fast"
          low="0" high="100" default="50" />

  <hgroup>
  <select id="style">
     <option id="m1" _label="Realistic Textures" />
     <option id="m2" _label="High Contrast Diagram" arg-set="-hiContrast"/>
  </select>
  </hgroup>

  <string id="gamedir" _label="Game Directory" arg="-game-dir %"/>

  <_description>Replays historic games of go (aka wei-chi and baduk).

Your own directory of SGF and MGT format files will be used if you set
the "Game Directory".

By Scott Draves, see http://draves.org/goban/.
Based on cgoban by Bill Shubert, see http://www.igoweb.org/~wms/comp/cgoban/.
  </_description>
</screensaver>