From c4cc0099c4d9cf5b13513c31af8e6345be3efacb Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Nov 17 2011 15:30:04 +0000 Subject: Maybe this is missing for auditd-running.sh? --- diff --git a/tests/p_audit/0-install_auditd.sh b/tests/p_audit/0-install_auditd.sh new file mode 100755 index 0000000..f2438a8 --- /dev/null +++ b/tests/p_audit/0-install_auditd.sh @@ -0,0 +1,10 @@ +#!/bin/bash +# Author: Christoph Galuschka + +# Install net-snmp +t_InstallPackage audit + +# activate at boot +chkconfig auditd on +# start daemon with default settings +t_ServiceControl auditd start