This file is indexed.

/usr/share/strongswan/templates/config/plugins/sql.conf is in libstrongswan-extra-plugins 5.3.5-1ubuntu3.

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
sql {

    # Database URI for charon's SQL plugin. If it contains a password, make sure
    # to adjust the permissions of the config file accordingly.
    # database =

    # Whether to load the plugin. Can also be an integer to increase the
    # priority of this plugin.
    load = yes

    # Loglevel for logging to SQL database.
    # loglevel = -1

}