[MDEV-20092] Server audit plugin not auditing when changing parameter "server_audit_events" value. Created: 2019-07-18 Updated: 2019-07-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Configuration, Plugin - Audit, Plugins |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Charles Fiers | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
The plugin creates a log only when you change the parameter "server_audit_events" from nothing to "QUERY" but not when you change from "QUERY" to nothing. This is problematic for security questions. Auditing the command set global server_audit_events="..."; and the command set global server_audit_logging="..."; could improve security. |