Files
atap/ATAPAuditor/Helpers/ShellScripts/RHEL9/CIS100_RHEL9_5611_1.sh
T
2026-05-11 09:15:08 +02:00

4 lines
80 B
Bash

#!/usr/bin/env bash
{
grep PASS_MAX_DAYS /etc/login.defs | cut -d ' ' -f 2
}