SV-283440r1192648_rule
V-283440
SRG-OS-000423-GPOS-00187
AZLX-23-001286
CAT I
10
Configure Amazon Linux 2023 so that BIND uses the system crypto policy.
Add the following line to the "options" section in "/etc/named.conf":
include "/etc/crypto-policies/back-ends/bind.config";
Verify that Amazon Linux 2023 configures BIND to use the system crypto policy with the following command:
Note: If the "bind" package is not installed, this requirement is Not Applicable.
$ sudo grep include /etc/named.conf
include "/etc/crypto-policies/back-ends/bind.config";'
If BIND is installed and the BIND config file doesn't contain the include "/etc/crypto-policies/back-ends/bind.config" directive, or the line is commented out, this is a finding.
V-283440
False
AZLX-23-001286
Verify that Amazon Linux 2023 configures BIND to use the system crypto policy with the following command:
Note: If the "bind" package is not installed, this requirement is Not Applicable.
$ sudo grep include /etc/named.conf
include "/etc/crypto-policies/back-ends/bind.config";'
If BIND is installed and the BIND config file doesn't contain the include "/etc/crypto-policies/back-ends/bind.config" directive, or the line is commented out, this is a finding.
M
5700