forked from sig_core/toolkit
5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
r_log "auditd" "Check if the audit logs are not empty"
|
|
[[ -s /var/log/audit/audit.log ]]
|
|
r_checkExitStatus $?
|