This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/buildprofilemanager.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
 99
100
101
102
103
104
105
106
107
108
109
object BuildProfileManagerForm: TBuildProfileManagerForm
  Left = 221
  Height = 459
  Top = 176
  Width = 360
  Caption = 'Build Profiles'
  ClientHeight = 459
  ClientWidth = 360
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object ProfilesPanel: TPanel
    Left = 0
    Height = 459
    Top = 0
    Width = 360
    Align = alClient
    ClientHeight = 459
    ClientWidth = 360
    TabOrder = 0
    object ProfilesToolBar: TToolBar
      Left = 1
      Height = 92
      Top = 1
      Width = 358
      AutoSize = True
      ButtonHeight = 46
      ButtonWidth = 47
      Caption = 'ProfilesToolBar'
      EdgeBorders = []
      ParentShowHint = False
      ShowCaptions = True
      ShowHint = True
      TabOrder = 1
      object MoveDownButton: TToolButton
        Left = 1
        Top = 46
        Caption = 'MoveDownButton'
        ImageIndex = 4
        OnClick = MoveDownButtonClick
      end
      object MoveUpButton: TToolButton
        Left = 201
        Top = 0
        Caption = 'MoveUpButton'
        ImageIndex = 3
        OnClick = MoveUpButtonClick
      end
      object EditButton: TToolButton
        Left = 139
        Top = 0
        Caption = 'EditButton'
        ImageIndex = 2
        OnClick = EditButtonClick
      end
      object RemoveButton: TToolButton
        Left = 60
        Top = 0
        Caption = 'RemoveButton'
        ImageIndex = 1
        OnClick = RemoveButtonClick
      end
      object AddButton: TToolButton
        Left = 1
        Top = 0
        Caption = 'AddButton'
        ImageIndex = 0
        OnClick = AddButtonClick
      end
      object tbSeparator: TToolButton
        Left = 197
        Top = 0
        Width = 4
        Caption = 'tbSeparator'
        Style = tbsDivider
      end
    end
    object ProfilesListBox: TListBox
      Left = 1
      Height = 327
      Top = 93
      Width = 358
      Align = alClient
      ItemHeight = 0
      OnClick = ProfilesListboxClick
      TabOrder = 0
    end
    object ButtonPanel: TButtonPanel
      Left = 7
      Height = 26
      Top = 426
      Width = 346
      OKButton.Name = 'OKButton'
      OKButton.Caption = '&ОК'
      HelpButton.Name = 'HelpButton'
      HelpButton.Caption = '&Справка'
      HelpButton.OnClick = HelpButtonClick
      CloseButton.Name = 'CloseButton'
      CloseButton.Caption = '&Закрыть'
      CloseButton.Enabled = False
      CancelButton.Name = 'CancelButton'
      CancelButton.Caption = 'Отмена'
      TabOrder = 2
      ShowButtons = [pbOK, pbCancel, pbHelp]
      ShowBevel = False
    end
  end
end