SV-253708r961122_rule
V-253708
SRG-APP-000225-DB-000153
MADB-10-005000
CAT II
10
If value of log_bin is "OFF", modify the MariaDB configuration file. This can be found in /etc/my.cnf.d/.
Optionally specify the location of the binary logs by specifying the full path for the binary logs.
[mariadb]
log_bin=mariadb_bin
Verify InnoDB logging is configured.
As the database administrator, verify the following settings:
Note: If no specific directory is given before the filename, the files are stored in DATADIR.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'log_bin';
If value is "OFF", this is a finding.
V-253708
False
MADB-10-005000
Verify InnoDB logging is configured.
As the database administrator, verify the following settings:
Note: If no specific directory is given before the filename, the files are stored in DATADIR.
MariaDB> SHOW GLOBAL VARIABLES LIKE 'log_bin';
If value is "OFF", this is a finding.
M
5475