This file is indexed.

/usr/share/lyx/layouts/acm-sigs.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
# Common style for ACM SIGS layouts 
#
# Author: Gioele Barabucci

Format 60
Input stdclass.inc

Columns 2

Style Subtitle
	Category       FrontMatter
	Margin         Static

	LatexType      Command
        InTitle        1
	LatexName      subtitle

	ParSkip        0.4
        ItemSep        0
        TopSep         0
        BottomSep      1
        ParSep         1
        Align          Center
        LabelType      No_Label
        Font
		Size   Large
		Shape  Italic
	EndFont
End

Style Terms        
	Category              FrontMatter
        Margin                Dynamic

        LatexType             Command
        LatexName             terms
        LabelString           "General terms:"

	ParSkip               0.4
        BottomSep             1.5
        ParSep                1.5
        Align                 Block
        LabelType             Static
        LabelSep              M
	LabelFont
		Series   Bold
		Size     large
	EndFont
End

Style Keywords
        CopyStyle             Terms
        LatexName             keywords
        LabelString           "Keywords:"
End