SV-253776r961860_rule
V-253776
SRG-APP-000515-DB-000318
MADB-10-012400
CAT II
10
To set up the audit logs to write to sylog:
Edit the mariadb-enterprise.cnf file. Add the following under the [mariadb] section:
server_audit_output_type = 'syslog'
After the .cnf file is updated and saved, the mariadb database service must be restarted.
Check if the variable server_audit_output_type is set to syslog, and verify the operating system is using a centralized syslog utility such as rsyslogd.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'server_audit_output_type';
If not, this is a finding.
V-253776
False
MADB-10-012400
Check if the variable server_audit_output_type is set to syslog, and verify the operating system is using a centralized syslog utility such as rsyslogd.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'server_audit_output_type';
If not, this is a finding.
M
5475