Information
Set audit_log to FORCE_PLUS_PERMANENT
Rationale:
This disables unloading of the plugin.
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.
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'
Default Value:
ON