X7ROOT File Manager
Current Path:
/usr/share/doc/audit
usr
/
share
/
doc
/
audit
/
📁
..
📄
ChangeLog
(13.39 KB)
📄
README
(4.84 KB)
📄
auditd.cron
(330 B)
Editing: auditd.cron
#!/bin/sh ########## # This script can be installed to the cron system to get log rotation # based on time instead of log size. ########## /sbin/auditctl --signal usr1 EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t auditd "ALERT auditctl exited abnormally with [$EXITVALUE] while rotating the logs" fi exit 0
Upload File
Create Folder