STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to Red Hat Enterprise Linux 9 Security Technical Implementation Guide

V-257954

CAT II (Medium)

RHEL 9 libreswan package must be installed.

Rule ID

SV-257954r1106315_rule

STIG

Red Hat Enterprise Linux 9 Security Technical Implementation Guide

Version

V2R8

CCIs

CCI-000803

Discussion

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. Satisfies: SRG-OS-000480-GPOS-00227, SRG-OS-000120-GPOS-00061

Check Content

Note: If there is no operational need for Libreswan to be installed, this rule is not applicable.

Verify that RHEL 9 libreswan service package is installed.

Check that the libreswan service package is installed with the following command:

$ 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

Install the libreswan service (if it is not already installed) with the following command:

$ sudo dnf install libreswan