blob: b8bfe8210e9d0ea4580973892f04edded44ca8c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
config ADK_COMPILE_OSIRIS
tristate
default n
depends on 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
|