Posts Tagged ‘disable audit’

Disable Audit

Posted: 2nd January 2007 by admin in Server Security
Tags: ,

From SSH to disable:root@localhost# service crond stop
root@localhost# service atd stop
root@localhost# rmmod audit
root@localhost# lsmod | grep
audit (make sure it’s gone)
root@localhost# echo “alias char-major-10-224 off” >> /etc/modules.conf
root@localhost# service crond start
root@localhost# service atd start