aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2017-06-10 10:22:01 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2017-07-08 23:19:51 +0200
commit2821c0f7404a1f49ff868c18256be259c1d9e25f (patch)
tree494ba0d1ad245bc241bb2d8e1ae0550d2d0a039d /conf
parentbf22470623b11c4e91ca8ec9a16e112ce31dbb38 (diff)
downloadstrongswan-2821c0f7404a1f49ff868c18256be259c1d9e25f.tar.bz2
strongswan-2821c0f7404a1f49ff868c18256be259c1d9e25f.tar.xz
imc-swima: Created SWIMA IMC plugin
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am1
-rw-r--r--conf/plugins/imc-swima.opt19
2 files changed, 20 insertions, 0 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 0c48bd0c1..6133a9c51 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -60,6 +60,7 @@ plugins = \
plugins/imc-os.opt \
plugins/imc-scanner.opt \
plugins/imc-swid.opt \
+ plugins/imc-swima.opt \
plugins/imc-test.opt \
plugins/imv-attestation.opt \
plugins/imv-os.opt \
diff --git a/conf/plugins/imc-swima.opt b/conf/plugins/imc-swima.opt
new file mode 100644
index 000000000..73643f4ba
--- /dev/null
+++ b/conf/plugins/imc-swima.opt
@@ -0,0 +1,19 @@
+libimcv.plugins.imc-swima.swid_database =
+ Path to software collector database containing event timestamps, software
+ creation and deletion events and collected software identifiers.
+
+libimcv.plugins.imc-swima.swid_epoch = 0x11223344
+ Set 32 bit epoch value for event IDs manually if software collector database
+ is not available.
+
+libimcv.plugins.imc-swima.swid_directory = ${prefix}/share
+ Directory where SWID tags are located.
+
+libimcv.plugins.imc-swima.swid_generator = /usr/local/bin/swid_generator
+ SWID generator command to be executed.
+
+libimcv.plugins.imc-swima.swid_pretty = FALSE
+ Generate XML-encoded SWID tags with pretty indentation.
+
+libimcv.plugins.imc-swima.swid_full = FALSE
+ Include file information in the XML-encoded SWID tags.