1. Home
  2. Security Hardening
  3. CIS MySQL 5.7 Linux OS L1 V1.0.0
  4. Ensure Plugin Directory Has Appropriate Permissions

Ensure Plugin Directory Has Appropriate Permissions

Details

The plugin directory is the location of the MySQL plugins. Plugins are storage engines or user defined functions (UDFs).

Solution

To remediate this setting, execute the following commands at a terminal prompt using the plugin_dir Value from the audit procedure.
chmod 775 (or use 755)
chown mysql:mysql

Supportive Information

The following resource is also helpful.

This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles