MariaDB must initiate session auditing upon startup.
An XCCDF Rule
Description
Session auditing is for use when a user's activities are under investigation. To be sure of capturing all activity during those periods when session auditing is in use, it must be in operation for the whole time MariaDB is running.
- ID
- SV-253674r960888_rule
- Version
- MADB-10-000900
- Severity
- Medium
- References
- Updated
Remediation Templates
A Manual Procedure
If not already exists, create a named filter with the required auditing for the user in question. Example:
MariaDB> INSERT INTO mysql.server_audit_filters (filtername, rule)
VALUES ('session_auditing',
JSON_COMPACT(
'{