This file is indexed.

/usr/share/GNUstep/SOGo/Templates/UIxModuleAccessDenied.wox is in sogo-common 2.2.17a-1.1build1.

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
<?xml version="1.0" standalone="yes"?>
<!DOCTYPE var:component>
<var:component xmlns="http://www.w3.org/1999/xhtml"
  xmlns:var="http://www.skyrix.com/od/binding"
  xmlns:const="http://www.skyrix.com/od/constant"
  xmlns:uix="OGo:uix"
  xmlns:label="OGo:label"
  xmlns:rsrc="OGo:url"
  className="UIxPageFrame"
  title="title"
  const:toolbar="none"
  const:cssFiles="UIxModuleAccessDenied.css"
  const:popup="YES">
  <div id="messageWindow">
    <var:string label:value="You are not allowed to access this module or this system. Please contact your system administrator."
      />
  </div>
</var:component>