UCF STIG Viewer Logo

The SUSE operating system must use a file integrity tool to verify correct operation of all security functions.


Overview

Finding ID Version Rule ID IA Controls Severity
V-255922 SLES-15-010419 SV-255922r880967_rule Medium
Description
Without verification of the security functions, security functions may not operate correctly, and the failure may go unnoticed. Security function is defined as the hardware, software, and/or firmware of the information system responsible for enforcing the system security policy and supporting the isolation of code and data on which the protection is based. Security functionality includes, but is not limited to, establishing system accounts, configuring access authorizations (i.e., permissions, privileges), setting events to be audited, and setting intrusion detection parameters. This requirement applies to the SUSE operating system performing security function verification/testing and/or systems and environments that require this functionality.
STIG Date
SUSE Linux Enterprise Server 15 Security Technical Implementation Guide 2022-12-07

Details

Check Text ( C-59599r880965_chk )
Verify that Advanced Intrusion Detection Environment (AIDE) is installed and verifies the correct operation of all security functions.

Check that the AIDE package is installed with the following command:
$ sudo zypper if aide | grep "Installed"
Installed: Yes

If AIDE is not installed, ask the System Administrator how file integrity checks are performed on the system.

If there is no application installed to perform integrity checks, this is a finding.

If AIDE is installed, check if it has been initialized with the following command:
$ sudo aide --check

If the output is "Couldn't open file /var/lib/aide/aide.db for reading", this is a finding.
Fix Text (F-59542r880966_fix)
Install AIDE, initialize it, and perform a manual check.

Install AIDE:
$ sudo zipper in aide

Initialize it (this may take a few minutes):
$ sudo aide -i

The new database will need to be renamed to be read by AIDE:
$ sudo mv /var/lib/aide/aide.db.new /var/lib/aide/aide.db

Perform a manual check:
$ sudo aide --check

Example output:
Summary:
Total number of files: 140621
Added files: 1
Removed files: 1
Changed files: 0

Done.