This file is indexed.

/usr/share/lyx/layouts/db_stdcounters.inc is in lyx-common 2.2.2-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
22
23
24
25
26
# Author : José Matos <jamatos@lyx.org>
#          Martin Vermeer <martin.vermeer@hut.fi>

# This include file contains all the counters that are defined as standard
# in Docbook LyX layouts.

Format 60
Counter sect1
	Within               chapter
End

Counter sect2
	Within               sect1
End

Counter sect3
	Within               sect2
End

Counter sect4
	Within               sect3
End

Counter sect5
	Within               sect4
End