SM0 She11
Path:
/
/
usr
/
share
/
doc
/
audit-2.8.5
Full Path (server): /usr/share/doc/audit-2.8.5
Create Fil3
Upl04d Fil3
📄 COPYING
[E]
[D]
[R]
📄 ChangeLog
[E]
[D]
[R]
📄 README
[E]
[D]
[R]
📄 auditd.cron
[E]
[D]
[R]
📁 rules
Open
[D]
[R]
Editing: auditd.cron
#!/bin/sh ########## # This script can be installed to get a daily log rotation # based on a cron job. ########## /sbin/service auditd rotate EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t auditd "ALERT exited abnormally with [$EXITVALUE]" fi exit 0
Save