Information
Certain Key Management Encryption plugins must store sensitive information in files for later retrieval. Such files should have proper permissions.
Rationale:
Limiting the accessibility of these files will protect the confidentiality, integrity, and availability of MariaDB plugin information and the data they protect.
Solution
If the File Key Management plugin is not configured, first implement recommendation 4.10 from this benchmark.
Execute the following command for each file location requiring corrected permissions:
chmod 750 <file>
chown mysql:mysql <file>