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 SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-22506

CAT II (Medium)

The system package management tool must be used to verify system software periodically.

Rule ID

SV-45914r2_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000366CCI-000698

Discussion

Verification using the system package management tool can be used to determine that system software has not been tampered with. This requirement is not applicable to systems not using package management tools.

Check Content

Check the root crontab (crontab -l) and the global crontabs in "/etc/crontab", "/etc/cron.d/*" for the presence of an rpm verification command such as:
rpm -qVa | awk '$2!="c" {print $0}'
If no such cron job is found, this is a finding.
If the result of the cron job indicates packages which do not pass verification exist, this is a finding unless the changes were made due to another STIG entry.

Fix Text

Add a cron job to run an rpm verification command such as:
rpm -qVa | awk '$2!="c" {print $0}'

For packages which failed verification:
If the package is not necessary for operations, remove it from the system.

If the package is necessary for operations, re-install the package.