blob: 8c6dbe7e73f5d5d079b566ecfb440ca14a8ed7fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_OSIRISD
tristate "osirisd - Host integrity monitoring system (scanning agent)"
default m if CONFIG_DEVEL
select BR2_PACKAGE_OPENSSL
help
An host integrity monitoring system (scanning agent)
http://www.hostintegrity.com/osiris/
Depends: openssl
config BR_PACKAGE_OSIRIS
tristate
default BR2_PACKAGE_OSIRISD
|