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¶
-
Download the script: Download check_compliance.sh
-
Make it executable:
chmod +x check_compliance.sh -
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
========================================