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 Oracle Linux 8 Security Technical Implementation Guide

V-248904

CAT II (Medium)

OL 8 must not have the "gssproxy" package installed if not required for operational support.

Rule ID

SV-248904r1184140_rule

STIG

Oracle Linux 8 Security Technical Implementation Guide

Version

V2R8

CCIs

CCI-000366

Discussion

Verify the operating system is configured to disable nonessential capabilities. The most secure way of ensuring a nonessential capability is disabled is to not have the capability installed. When an application uses Generic Security Services API (GSSAPI), typically it will have direct access to its security credentials, and all cryptographic operations are performed in the application's process. This is undesirable, but "gssproxy" can help in almost all use cases. It provides privilege separation to applications using the GSSAPI: The gssproxy daemon runs on the system, holds the application's credentials, and performs operations on behalf of the application.

Check Content

Note: For Oracle Linux systems, if there is an operational need for gssproxy to be installed, this is not applicable.

Note: If NFS mounts are authorized and in use on the system, this control is not applicable.

Determine if the "gssproxy" package is installed with the following command: 
 
$ sudo yum list installed gssproxy 
 
If the "gssproxy" package is installed, this is a finding.

Fix Text

Configure OL 8 to disable nonessential capabilities by removing the "gssproxy" package from the system with the following command: 
 
$ sudo yum remove gssproxy