This file is indexed.

/usr/share/lyx/layouts/stdrefprefix.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
27
28
29
30
31
32
33
34
35
36
37
38
# Standard RefPrefix definitions. 
# This defines the label prefixes for use with refstyle.sty.
#
# Author: Richard Heck <rgheck@comcast.net>
#
# Note that this file is included in stdsections.inc, which is included
# in stdclass.inc, so any file that includes either of these will get
# the standard RefPrefix definitions.

Format 60

ModifyStyle Part
	RefPrefix part
End

ModifyStyle Chapter
	RefPrefix chap
End

ModifyStyle Section
	RefPrefix sec
End

ModifyStyle Subsection
	RefPrefix subsec
End

ModifyStyle Subsubsection
	RefPrefix subsec
End

ModifyStyle Paragraph
	RefPrefix par
End

ModifyStyle Subparagraph
	RefPrefix par
End