/etc/strongswan.d/charon/tnccs-20.conf is in strongswan-tnc-base 5.6.2-1ubuntu2.3.
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 | tnccs-20 {
# Whether to load the plugin. Can also be an integer to increase the
# priority of this plugin.
load = yes
# Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529).
# max_batch_size = 65522
# Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).
# max_message_size = 65490
# Enable PB-TNC mutual protocol.
# mutual = no
tests {
# Send an unsupported PB-TNC message type with the NOSKIP flag set.
# pb_tnc_noskip = no
# Send a PB-TNC batch with a modified PB-TNC version.
# pb_tnc_version = 2
}
}
|