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
Review the script below, or use the Download button to save it. Then make it executable and run it as root:
Loading rlc-h/security/check_compliance.sh...
chmod +x check_compliance.sh
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
========================================