Skip to content

Verification Scripts

This section provides scripts to help administrators verify the security and compliance status of their RLC Pro Hardened deployments.

Compliance Check Script

The check_compliance.sh script performs a quick health check of key compliance settings.

Checks performed: * FIPS Mode Status (enabled) * System Crypto Policy (FIPS) * SELinux Status (Enforcing)

Download and Usage

  1. Download the script: Download check_compliance.sh

  2. Make it executable:

    chmod +x check_compliance.sh
    

  3. Run as root:

    sudo ./check_compliance.sh
    

Example Output

========================================
 RLC Pro Hardened Compliance Status Check
========================================

Checking FIPS Mode... [PASS] (FIPS mode is enabled.)
Checking Crypto Policy... [PASS] (Current Policy: FIPS)
Checking SELinux Status... [PASS] (Mode: Enforcing)

========================================
 Check Complete
========================================