AIDE can be configured to log to syslog

This commit is contained in:
Chris PeBenito 2010-11-05 13:13:42 -04:00
parent bc5a858a4e
commit 239e8e214e

View File

@ -1,4 +1,4 @@
policy_module(aide, 1.5.0)
policy_module(aide, 1.5.1)
########################################
#
@ -34,6 +34,8 @@ logging_log_filetrans(aide_t, aide_log_t, file)
files_read_all_files(aide_t)
logging_send_audit_msgs(aide_t)
# AIDE can be configured to log to syslog
logging_send_syslog_msg(aide_t)
seutil_use_newrole_fds(aide_t)