This file is indexed.

/usr/share/pgmodeler/conf/dtd/connections.dtd is in pgmodeler-common 0.8.1-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
<!--
  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 connections (connection*)>

<!ELEMENT connection EMPTY>
<!ATTLIST connection alias CDATA #REQUIRED>
<!ATTLIST connection host CDATA #REQUIRED>
<!ATTLIST connection dbname CDATA #REQUIRED>
<!ATTLIST connection port CDATA #REQUIRED>
<!ATTLIST connection user CDATA #REQUIRED>
<!ATTLIST connection password CDATA #IMPLIED>
<!ATTLIST connection connect_timeout CDATA #IMPLIED>
<!ATTLIST connection options CDATA #IMPLIED>
<!ATTLIST connection sslmode (disable|allow|prefer|require|verify-ca|verify-full) "disable">
<!ATTLIST connection sslcert CDATA #IMPLIED>
<!ATTLIST connection sslkey CDATA #IMPLIED>
<!ATTLIST connection sslrootcert CDATA #IMPLIED>
<!ATTLIST connection sslcrl CDATA #IMPLIED>
<!ATTLIST connection krbsrvname CDATA #IMPLIED>
<!ATTLIST connection gsslib CDATA #IMPLIED>
<!ATTLIST connection auto-browse-db (true|false) "false">