OL 8 IP tunnels must use FIPS 140-3-approved cryptographic algorithms.
Severity | Group ID | Group Title | Version | Rule ID | Date | STIG Version |
|---|---|---|---|---|---|---|
| high | V-283450 | SRG-OS-000033-GPOS-00014 | OL08-00-010186 | SV-283450r1188541_rule | 2026-02-13 | 2 |
Description
Overriding the system crypto policy makes the behavior of the Libreswan service violate expectations, and makes system configuration more fragmented.
ℹ️ Check
Verify the IPsec service uses the system crypto policy with the following command:
Note: If the IPsec service is not installed, this is not applicable.
$ sudo grep include /etc/ipsec.conf /etc/ipsec.d/*.conf
/etc/ipsec.conf:include /etc/crypto-policies/back-ends/libreswan.config
If the IPsec configuration file does not contain "include /etc/crypto-policies/back-ends/libreswan.config", this is a finding.
✔️ Fix
Configure Libreswan to use the system cryptographic policy.
Add the following line to "/etc/ipsec.conf":
include /etc/crypto-policies/back-ends/libreswan.config