Information
Set audit_log to FORCE_PLUS_PERMANENT
This disables unloading on the plugin.
Solution
To remediate this setting, follow these steps:
- Open the MySQL configuration file ( my.cnf )
- Ensure the following line is found in the mysqld section audit_log = 'FORCE_PLUS_PERMANENT'
Impact:
If someone can unload the plugin it would be possible to perform actions on the database without audit events being logged to the audit log. If the audit log plugin can be unloaded the audit log can be temporarily or permanently disabled.