toolkit/func/core/pkg_auditd/10-auditd-logs.sh
2021-07-04 23:50:25 -07:00

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 $?