aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-07-27 09:43:40 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-08-18 21:25:39 +0200
commit6a3d035505906855cdffc4faf5b6c3ef4c6889af (patch)
treef92c911c3c1e8a2dab56d42b90461f06e7aa74ed /conf
parentac28daac38e6353ce7268e3f159275c62530c151 (diff)
downloadstrongswan-6a3d035505906855cdffc4faf5b6c3ef4c6889af.tar.bz2
strongswan-6a3d035505906855cdffc4faf5b6c3ef4c6889af.tar.xz
Added imc-hcd attributes to strongswan.conf
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am1
-rw-r--r--conf/options/imcv.opt3
-rw-r--r--conf/plugins/imc-hcd.opt71
3 files changed, 75 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 7cee0cbd6..e0952dd14 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -52,6 +52,7 @@ plugins = \
plugins/gcrypt.opt \
plugins/ha.opt \
plugins/imc-attestation.opt \
+ plugins/imc-hcd.opt \
plugins/imc-os.opt \
plugins/imc-scanner.opt \
plugins/imc-swid.opt \
diff --git a/conf/options/imcv.opt b/conf/options/imcv.opt
index a249a7b14..33ab74bd5 100644
--- a/conf/options/imcv.opt
+++ b/conf/options/imcv.opt
@@ -15,6 +15,9 @@ charon.imcv.os_info.name =
charon.imcv.os_info.version =
Manually set the version of the client OS (e.g. 12.04 i686).
+charon.imcv.os_info.default_password_enabled = no
+ Manually set whether a default password is enabled
+
charon.imcv.policy_script = ipsec _imv_policy
Script called for each TNC connection to generate IMV policies.
diff --git a/conf/plugins/imc-hcd.opt b/conf/plugins/imc-hcd.opt
new file mode 100644
index 000000000..1303bd40b
--- /dev/null
+++ b/conf/plugins/imc-hcd.opt
@@ -0,0 +1,71 @@
+libimcv.plugins.imc-hcd.push_info = yes
+ Send quadruple info without being prompted.
+
+libimcv.plugins.imc-hcd.subtypes
+ Section to define PWG HCD PA subtypes.
+
+libimcv.plugins.imc-hcd.subtypes.<section>
+ Defines a PWG HCD PA subtype section. Recognized subtype section names are
+ _system_, _control_, _marker_, _finisher_, _interface_ and _scanner_.
+
+libimcv.plugins.imc-hcd.subtypes.<section>.attributes_natural_language [en]
+ Variable length natural language tag conforming to RFC 5646 specifies
+ the language to be used in the health assessment message of a given subtype.
+
+libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>
+ Defines a software type section. Recognized software type section names are
+ _firmware_, _resident_application_ and _user_application_.
+
+libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>
+ Defines a software section having an arbitrary name.
+
+libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.name
+ Name of the software installed on the hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.patches
+ String describing all patches applied to the given software on this
+ hardcopy device. The individual patches are separated by a newline
+ character '\\n'.
+
+libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.string_version
+ String describing the version of the given software on this hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.<section>.<sw_type>.<software>.version
+ Hex-encoded version string with a length of 16 octets consisting of the
+ fields major version number (4 octets), minor version number (4 octets),
+ build number (4 octets), service pack major number (2 octets) and service
+ pack minor number (2 octets).
+
+libimcv.plugins.imc-hcd.subtypes.system.certification_state
+ Hex-encoded certification state.
+
+libimcv.plugins.imc-hcd.subtypes.system.configuration_state
+ Hex-encoded configuration state.
+
+libimcv.plugins.imc-hcd.subtypes.system.machine_type_model
+ String specifying the machine type and model of the hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.system.pstn_fax_enabled [no]
+ Specifies if a PSTN facsimile interface is installed and enabled on the
+ hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.system.time_source
+ String specifying the hostname of the network time server used by the
+ hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.system.user_application_enabled [no]
+ Specifies if users can dynamically download and execute applications on
+ the hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.system.user_application_persistence_enabled [no]
+ Specifies if user dynamically downloaded applications can persist outside
+ the boundaries of a single job on the hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.system.vendor_name
+ String specifying the manufacturer of the hardcopy device.
+
+libimcv.plugins.imc-hcd.subtypes.system.vendor_smi_code
+ Integer specifying the globally unique 24-bit SMI code assigned to the
+ manufacturer of the hardcopy device.
+
+