This file is indexed.

/usr/share/GNUstep/DBModeler.app/ConsistencyResults.gsmarkup is in gnustep-dl2 0.12.0-15.1build2.

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
<?xml version="1.0"?>
<!DOCTYPE gsmarkup>
<gsmarkup>

  <objects>
    <panel id="resultsPanel" title="Consistency Results">
      <vbox>
        <scrollView width="500" height="200">
          <textView id="resultsTextView"></textView>
        </scrollView>
        <hbox halign="right">
          <button id="cancelBut" title="Cancel"
              target="#NSOwner" action="cancel:" />
          <button id="okBut" title="Ok" target="#NSOwner" action="ok:" />
        </hbox>
      </vbox>
    </panel>
  </objects>

  <connectors>
    <outlet source="#NSOwner" target="#resultsPanel" key="panel" />
    <outlet source="#NSOwner" target="#okBut" key="okButton" />
    <outlet source="#NSOwner" target="#cancelBut" key="cancelButton" />
    <outlet source="#NSOwner" target="#resultsTextView" key="results" />
  </connectors>

</gsmarkup>