The TOSS 5 libreswan package must be installed.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-282683 | TOSS-05-000210 | SV-282683r1201340_rule | CCI-000366 | medium |
| 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. | ||||
| STIG | Date | |||
| Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide | 2026-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