AIDE can be configured to log to syslog
This commit is contained in:
parent
bc5a858a4e
commit
239e8e214e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user