summaryrefslogtreecommitdiff
path: root/package/osiris/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/osiris/Config.in')
-rw-r--r--package/osiris/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/osiris/Config.in b/package/osiris/Config.in
new file mode 100644
index 000000000..84a16435a
--- /dev/null
+++ b/package/osiris/Config.in
@@ -0,0 +1,18 @@
+config ADK_COMPILE_OSIRIS
+ tristate
+ default n
+ depends ADK_PACKAGE_OSIRISD
+
+config ADK_PACKAGE_OSIRISD
+ prompt "osirisd........................... Host integrity monitoring system (scanning agent)"
+ tristate
+ default n
+ select ADK_COMPILE_OSIRIS
+ select ADK_PACKAGE_LIBOPENSSL
+ help
+ An host integrity monitoring system (scanning agent)
+
+ http://www.hostintegrity.com/osiris/
+
+ Depends: openssl
+