blob: bc1f183fc36fbb5ba5f67409278aacfde33312ee (
plain)
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
43
44
45
46
|
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 whether a default password is enabled
# default_password_enabled = no
# 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
}
|