This file is indexed.

/usr/share/pgmodeler/schemas/xml/dtd/permission.dtd is in pgmodeler-common 0.9.1~beta-1.

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
<!--
  CAUTION: Do not modify this file directly on it's code unless you know what you are doing.
           Unexpected results may occur if the code is changed deliberately.
-->
<!ELEMENT privileges EMPTY>
<!ATTLIST privileges select (false|true|grant-op) "false">
<!ATTLIST privileges insert (false|true|grant-op) "false">
<!ATTLIST privileges update (false|true|grant-op) "false">
<!ATTLIST privileges delete (false|true|grant-op) "false">
<!ATTLIST privileges truncate (false|true|grant-op) "false">
<!ATTLIST privileges references (false|true|grant-op) "false">
<!ATTLIST privileges trigger (false|true|grant-op) "false">
<!ATTLIST privileges create (false|true|grant-op) "false">
<!ATTLIST privileges connect (false|true|grant-op) "false">
<!ATTLIST privileges temporary (false|true|grant-op) "false">
<!ATTLIST privileges execute (false|true|grant-op) "false">
<!ATTLIST privileges usage (false|true|grant-op) "false">
<!ATTLIST privileges grant-op (false|true|grant-op) "false">

<!ELEMENT permission (object,roles?,privileges)>
<!ATTLIST permission revoke (false|true) "false">
<!ATTLIST permission cascade (false|true) "false">
<!ATTLIST permission sql-disabled (false|true) "false">

<!ELEMENT object EMPTY>
<!ATTLIST object name CDATA #REQUIRED>
<!ATTLIST object parent CDATA #IMPLIED>
<!ATTLIST object type (table|column|view|sequence|database|function|aggregate|langage|schema|tablespace|usertype|domain) "table">

<!ATTLIST object index CDATA #IMPLIED>  <!-- Used only on custom column / constraint indexes (see customidxs.dtd) -->