This file is indexed.

/usr/lib/lazarus/0.9.30.4/designer/designermenu.lfm is in lazarus-src-0.9.30.4 0.9.30.4-6.

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
89
90
91
92
93
94
95
96
97
98
object TemplateMenuForm: TTemplateMenuForm
  Left = 537
  Height = 244
  Top = 199
  Width = 520
  Caption = 'TemplateMenuForm'
  ClientHeight = 244
  ClientWidth = 520
  Constraints.MinHeight = 100
  Constraints.MinWidth = 350
  OnCreate = FormCreate
  OnResize = FormResize
  Position = poScreenCenter
  LCLVersion = '0.9.27'
  object Label_template_description: TLabel
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Owner
    Left = 6
    Height = 14
    Top = 6
    Width = 132
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    Caption = 'Label_template_description'
    ParentColor = False
  end
  object Label_template_view: TLabel
    AnchorSideLeft.Control = ListBoxView
    AnchorSideTop.Control = Owner
    Left = 262
    Height = 14
    Top = 6
    Width = 102
    BorderSpacing.Top = 6
    Caption = 'Label_template_view'
    ParentColor = False
  end
  object ButtonPanel1: TButtonPanel
    Left = 6
    Height = 26
    Top = 212
    Width = 508
    TabOrder = 3
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
  object TemplatesListBox: TListBox
    AnchorSideLeft.Control = Owner
    AnchorSideTop.Control = Label_template_description
    AnchorSideTop.Side = asrBottom
    AnchorSideBottom.Control = ListBoxView
    AnchorSideBottom.Side = asrBottom
    Left = 6
    Height = 180
    Top = 26
    Width = 244
    Anchors = [akTop, akLeft, akBottom]
    BorderSpacing.Left = 6
    BorderSpacing.Top = 6
    ItemHeight = 0
    OnClick = TemplatesListBoxClick
    TabOrder = 0
  end
  object ListBoxView: TListBox
    AnchorSideLeft.Control = TemplatesListBox
    AnchorSideLeft.Side = asrBottom
    AnchorSideTop.Control = Label_template_view
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = ButtonPanel1
    Left = 262
    Height = 180
    Top = 26
    Width = 252
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Left = 6
    BorderSpacing.Around = 6
    ItemHeight = 0
    TabOrder = 1
  end
  object Edit_template_description: TEdit
    AnchorSideLeft.Control = TemplatesListBox
    AnchorSideTop.Control = TemplatesListBox
    AnchorSideTop.Side = asrBottom
    AnchorSideRight.Control = TemplatesListBox
    AnchorSideRight.Side = asrBottom
    Left = 6
    Height = 23
    Top = 212
    Width = 244
    Anchors = [akTop, akLeft, akRight]
    BorderSpacing.Top = 6
    TabOrder = 2
    Text = 'Edit_template_description'
    Visible = False
  end
end