This file is indexed.

/usr/lib/lazarus/0.9.30.4/ide/restrictionbrowser.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 RestrictionBrowserView: TRestrictionBrowserView
  Left = 272
  Height = 340
  Top = 259
  Width = 660
  ActiveControl = NameFilterEdit
  Caption = 'RestrictionBrowserView'
  ClientHeight = 340
  ClientWidth = 660
  OnCreate = FormCreate
  LCLVersion = '0.9.27'
  object IssueMemo: TMemo
    Left = 264
    Height = 306
    Top = 18
    Width = 390
    Anchors = [akTop, akLeft, akRight, akBottom]
    ReadOnly = True
    ScrollBars = ssAutoVertical
    TabOrder = 0
  end
  object IssueFilterGroupBox: TGroupBox
    Left = 6
    Height = 96
    Top = 12
    Width = 250
    Caption = 'IssueFilterGroupBox'
    ClientHeight = 77
    ClientWidth = 246
    TabOrder = 1
    object NameLabel: TLabel
      Left = 10
      Height = 14
      Top = 44
      Width = 53
      Caption = 'NameLabel'
      ParentColor = False
    end
    object NameFilterEdit: TEdit
      Left = 70
      Height = 23
      Top = 38
      Width = 164
      OnChange = NameFilterEditChange
      TabOrder = 0
    end
  end
  object IssueTreeView: TTreeView
    Left = 6
    Height = 210
    Top = 114
    Width = 250
    Anchors = [akTop, akLeft, akBottom]
    DefaultItemHeight = 19
    HideSelection = False
    Indent = 2
    ReadOnly = True
    RightClickSelect = True
    RowSelect = True
    ScrollBars = ssAutoBoth
    ShowButtons = False
    ShowLines = False
    TabOrder = 2
    OnSelectionChanged = IssueTreeViewSelectionChanged
    Options = [tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoRowSelect, tvoShowRoot, tvoToolTips, tvoThemedDraw]
  end
end