The TOSS 5 libreswan package must be installed.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-282683TOSS-05-000210SV-282683r1201340_ruleCCI-000366medium
Description
Providing the ability for remote users or systems to initiate a secure VPN connection protects information when it is transmitted over a wide area network.
STIGDate
Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide2026-04-01

Details

Check Text (C-282683r1201340_chk)

Verify the TOSS 5 "libreswan" service package is installed. Check that the "libreswan" service package is installed using the following command: $ sudo dnf list --installed libreswan Example output: libreswan.x86_64 4.6-3.el9 If the "libreswan" package is not installed, this is a finding.

Fix Text (F-87149r1201339_fix)

Install the "libreswan" service (if it is not already installed) using the following command: $ sudo dnf install libreswan