func/core/pkg_auditd/10-auditd-logs.sh
2024-08-14 20:52:26 -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 $?