This file is indexed.

/usr/share/lyx/layouts/theorems-starred-equivalents.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Sets the order of the main theorem environments
# Author: Richard Heck

Format 60

Style Theorem
	CopyStyle	Theorem*
	DependsOn	Theorem*
	Preamble
	EndPreamble
End

Style Corollary
	CopyStyle	Corollary*
	DependsOn	Corollary*
	Preamble
	EndPreamble
End

Style Lemma
	CopyStyle	Lemma*
	DependsOn	Lemma*
	Preamble
	EndPreamble
End

Style Proposition
	CopyStyle	Proposition*
	DependsOn	Proposition*
	Preamble
	EndPreamble
End

Style Conjecture
	CopyStyle	Conjecture*
	DependsOn	Conjecture*
	Preamble
	EndPreamble
End

Style Definition
	CopyStyle	Definition*
	DependsOn	Definition*
	Preamble
	EndPreamble
End

Style Example
	CopyStyle	Example*
	DependsOn	Example*
	Preamble
	EndPreamble
End

Style Solution
	CopyStyle	Solution*
	DependsOn	Solution*
	Preamble
	EndPreamble
End

Style Problem
	CopyStyle	Problem*
	DependsOn	Problem*
	Preamble
	EndPreamble
End

Style Exercise
	CopyStyle	Exercise*
	DependsOn	Exercise*
	Preamble
	EndPreamble
End

Style Remark
	CopyStyle	Remark*
	DependsOn	Remark*
	Preamble
	EndPreamble
End

Style Claim
	CopyStyle	Claim*
	DependsOn	Claim*
	Preamble
	EndPreamble
End