This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/exttooldialog.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
object ExternalToolDialog: TExternalToolDialog
  Left = 334
  Height = 347
  Top = 226
  Width = 410
  ActiveControl = ListBox
  BorderStyle = bsSizeToolWin
  Caption = 'ExternalToolDialog'
  ClientHeight = 347
  ClientWidth = 410
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object ToolBar: TToolBar
    Left = 0
    Height = 48
    Top = 0
    Width = 410
    AutoSize = True
    ButtonHeight = 46
    ButtonWidth = 47
    Caption = 'ToolBar'
    ParentShowHint = False
    ShowCaptions = True
    ShowHint = True
    TabOrder = 0
    object MoveDownButton: TToolButton
      Left = 283
      Top = 2
      Caption = 'MoveDownButton'
      ImageIndex = 4
      OnClick = MoveDownButtonClick
    end
    object MoveUpButton: TToolButton
      Left = 204
      Top = 2
      Caption = 'MoveUpButton'
      ImageIndex = 3
      OnClick = MoveUpButtonClick
    end
    object EditButton: TToolButton
      Left = 139
      Top = 2
      Caption = 'EditButton'
      ImageIndex = 2
      OnClick = EditButtonClick
    end
    object RemoveButton: TToolButton
      Left = 60
      Top = 2
      Caption = 'RemoveButton'
      ImageIndex = 1
      OnClick = RemoveButtonClick
    end
    object AddButton: TToolButton
      Left = 1
      Top = 2
      Caption = 'AddButton'
      ImageIndex = 0
      OnClick = AddButtonClick
    end
    object tbSeparator: TToolButton
      Left = 197
      Top = 2
      Width = 7
      Caption = 'tbSeparator'
      Style = tbsDivider
    end
  end
  object ListBox: TListBox
    Left = 0
    Height = 261
    Top = 48
    Width = 410
    Align = alClient
    BorderSpacing.Bottom = 6
    ItemHeight = 0
    OnClick = ListboxClick
    TabOrder = 1
  end
  object ButtonPanel: TButtonPanel
    Left = 6
    Height = 26
    Top = 315
    Width = 398
    TabOrder = 2
    ShowButtons = [pbOK, pbCancel, pbHelp]
    ShowBevel = False
  end
end