This file is indexed.

/usr/share/lyx/layouts/algorithm2e.module is in lyx-common 2.2.3-5.

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
#\DeclareLyXModule[algorithm2e.sty]{Algorithm2e}
#DescriptionBegin
# Use the algorithm2e package for algorithm floats rather
# than LyX's home-brewed algorithm floats.
#DescriptionEnd
#
#Author: Jürgen Spitzmüller

Format 60

Requires algorithm2e

Float
	Type                  algorithm
	GuiName               Algorithm
	Placement             tbp
	AllowedPlacement      !htbp
	AllowsSideways        0
	Extension             loa
	NumberWithin          none
	Style                 plain
	ListName              "List of Algorithms"
	IsPredefined          true
	UsesFloatPkg          false
	ListCommand           listofalgorithms
	RefPrefix             alg
End