This file is indexed.

/usr/share/pyshared/ZConfig/tests/input/simplesections.conf is in python-zconfig 2.9.3-0ubuntu1.

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
36
37
38
39
40
var foo
var-0 foo-0

<section name>
  var bar
  var-one  splat
</section>

var-1 foo-1

<section delegate>
  var spam
  var-two  stuff
</section>

var-2 foo-2

<section another>
  var  quack!
  var-three  yet
</section>

var-3 foo-3

# An anonymous empty section:
<section />

var-4 foo-4

# A fairly trivial section:
<trivial>
  var triv
</trivial>

var-5 foo-5

# A minimal section:
<minimal/>

var-6 foo-6