SV-272430r1123947_rule
V-272430
SRG-APP-000125-DNS-000012
BIND-9X-001890
CAT II
10
Edit the "named.conf" file.
Add the "versions" variable to the end of the "file" sub-statement in the channel statement.
Configure the "versions" sub-statement to a number that is greater than or equal to "3".
Restart the BIND 9.x process.
Verify that the BIND 9.x server is configured to retain at least three versions of the local log file.
Inspect the "named.conf" file for the following:
logging {
channel local_file_channel {
file "path_name" versions 3;
size 10m;
};
If the "versions" variable is not defined, this is a finding.
If the "versions" variable is configured to retain fewer than three versions of the local log file, this is a finding.
V-272430
False
BIND-9X-001890
Verify that the BIND 9.x server is configured to retain at least three versions of the local log file.
Inspect the "named.conf" file for the following:
logging {
channel local_file_channel {
file "path_name" versions 3;
size 10m;
};
If the "versions" variable is not defined, this is a finding.
If the "versions" variable is configured to retain fewer than three versions of the local log file, this is a finding.
M
5687