![]() |
|
|
|
HowTo get Snare running on SuSE
Specifically, these instructions have been written for SLES 8.0, but should work on other SuSE versions as well. I am using version 0.9.2 of the Snare core, but modifying it to use the sys-call table since SuSE exports it. To build and install the core from snare-core-0.9.2.tar.gz:
tar xvzf snare-core-0.9.2.tar.gz With your favorite editor make these changes:
//#define HIDDEN_SYS_CALL_TABLE 1
change lines 37-43 in Makefile to:
change line 53 in Makefile to:
change line 11 in audit-start to:
make To build and install the gui from snare-0.9.tar.gz: There are lots of dependencies in this package here are some that you may need to add: lsb, lsb-runtime, gnome-libs-devel, gettext, and esound-devel.
aclocal -I macros
Start auditing with a reboot or /etc/init.d/auditd start. Note that the use of 'inetd' seems to cause problems if you turn on the network-related events (accept and connect auditing) - however, if you install and use xinetd, these problems do not occur. |
|
Copyright (c) 1999-2010 InterSect Alliance Pty Ltd |