This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/sysvaruseroverridedlg.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
object SysVarUserOverrideDialog: TSysVarUserOverrideDialog
  Left = 348
  Height = 161
  Top = 397
  Width = 400
  HorzScrollBar.Page = 399
  VertScrollBar.Page = 146
  ActiveControl = VariableEdit
  Align = alTop
  AutoSize = True
  Caption = 'SysVarUserOverrideDialog'
  ClientHeight = 161
  ClientWidth = 400
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object VariableLabel: TLabel
    Left = 6
    Height = 18
    Top = 6
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'VariableLabel'
    ParentColor = False
  end
  object ValueLabel: TLabel
    Left = 6
    Height = 18
    Top = 63
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    Caption = 'ValueLabel'
    ParentColor = False
  end
  object ValueEdit: TEdit
    Left = 6
    Height = 27
    Top = 87
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    TabOrder = 1
    Text = 'ValueEdit'
  end
  object VariableEdit: TEdit
    Left = 6
    Height = 27
    Top = 30
    Width = 388
    Align = alTop
    BorderSpacing.Around = 6
    TabOrder = 0
    Text = 'VariableEdit'
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 34
    Top = 120
    Width = 388
    Align = alTop
    TabOrder = 2
    ShowButtons = [pbOK, pbCancel]
    ShowBevel = False
  end
end