This file is indexed.

/etc/strongswan.d/imcv.conf is in strongswan-tnc-base 5.1.2-0ubuntu2.

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
31
32
33
34
35
36
37
38
39
40
41
42
charon {

    # Defaults for options in this section can be configured in the libimcv
    # section.
    imcv {

        # Whether IMVs send a standard IETF Assessment Result attribute.
        # assessment_result = yes

        # Global IMV policy database URI. If it contains a password, make sure
        # to adjust the permissions of the config file accordingly.
        # database =

        # Script called for each TNC connection to generate IMV policies.
        # policy_script = ipsec _imv_policy

        os_info {

            # Manually set the name of the client OS (e.g. Ubuntu).
            # name =

            # Manually set the version of the client OS (e.g. 12.04 i686).
            # version =

        }

    }

}

libimcv {

    # Debug level for a stand-alone libimcv library.
    # debug_level = 1

    # Plugins to load in IMC/IMVs with stand-alone libimcv library.
    # load = random nonce gmp pubkey x509

    # Disable output to stderr with a stand-alone libimcv library.
    # stderr_quiet = no

}