From 4576f7f960aa643894cf83325bab913f940f0825 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 7 Feb 2014 13:49:28 +0100 Subject: [PATCH] conf: Document libtnccs options --- conf/Makefile.am | 7 ++++++- conf/options/tnc.opt | 2 ++ conf/plugins/tnc-imc.opt | 5 +++++ conf/plugins/tnc-imv.opt | 5 +++++ conf/plugins/tnccs-11.opt | 2 ++ conf/plugins/tnccs-20.opt | 5 +++++ 6 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 conf/options/tnc.opt create mode 100644 conf/plugins/tnc-imc.opt create mode 100644 conf/plugins/tnc-imv.opt create mode 100644 conf/plugins/tnccs-11.opt create mode 100644 conf/plugins/tnccs-20.opt diff --git a/conf/Makefile.am b/conf/Makefile.am index 3fe727e16..bb86aaedc 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -9,7 +9,8 @@ pluginstemplatedir = $(templatesdir)/plugins options = \ options/charon.opt \ - options/charon-logging.opt + options/charon-logging.opt \ + options/tnc.opt plugins = \ plugins/android_log.opt \ @@ -53,7 +54,11 @@ plugins = \ plugins/stroke.opt \ plugins/systime-fix.opt \ plugins/tnc-ifmap.opt \ + plugins/tnc-imc.opt \ + plugins/tnc-imv.opt \ plugins/tnc-pdp.opt \ + plugins/tnccs-11.opt \ + plugins/tnccs-20.opt \ plugins/unbound.opt \ plugins/updown.opt \ plugins/whitelist.opt \ diff --git a/conf/options/tnc.opt b/conf/options/tnc.opt new file mode 100644 index 000000000..467723ea6 --- /dev/null +++ b/conf/options/tnc.opt @@ -0,0 +1,2 @@ +charon.tnc.tnc_config = /etc/tnc_config + TNC IMC/IMV configuration file. diff --git a/conf/plugins/tnc-imc.opt b/conf/plugins/tnc-imc.opt new file mode 100644 index 000000000..7c9af2a30 --- /dev/null +++ b/conf/plugins/tnc-imc.opt @@ -0,0 +1,5 @@ +charon.plugins.tnc-imc.dlclose = yes + Unload IMC after use. + +charon.plugins.tnc-imc.preferred_language = en + Preferred language for TNC recommendations. diff --git a/conf/plugins/tnc-imv.opt b/conf/plugins/tnc-imv.opt new file mode 100644 index 000000000..788753ce7 --- /dev/null +++ b/conf/plugins/tnc-imv.opt @@ -0,0 +1,5 @@ +charon.plugins.tnc-imv.dlclose = yes + Unload IMV after use. + +charon.plugins.tnc-imv.recommendation_policy = default + TNC recommendation policy, one of _default_, _any_, or _all_. diff --git a/conf/plugins/tnccs-11.opt b/conf/plugins/tnccs-11.opt new file mode 100644 index 000000000..eb313fe06 --- /dev/null +++ b/conf/plugins/tnccs-11.opt @@ -0,0 +1,2 @@ +charon.plugins.tnccs-11.max_message_size = 45000 + Maximum size of a PA-TNC message (XML & Base64 encoding). diff --git a/conf/plugins/tnccs-20.opt b/conf/plugins/tnccs-20.opt new file mode 100644 index 000000000..b15bc3fa1 --- /dev/null +++ b/conf/plugins/tnccs-20.opt @@ -0,0 +1,5 @@ +charon.plugins.tnccs-20.max_batch_size = 65522 + Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529). + +charon.plugins.tnccs-20.max_message_size = 65490 + Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).