mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
added uid discovery and usage
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
375847536b
commit
113d422dd4
5 changed files with 49 additions and 22 deletions
|
|
@ -546,8 +546,12 @@ rhel9cis_pam_password:
|
|||
minlen: "14"
|
||||
minclass: "4"
|
||||
|
||||
# Starting GID for interactive users
|
||||
rhel9cis_int_gid: 1000
|
||||
# UID settings for interactive users
|
||||
# These are discovered via logins.def is set true
|
||||
discover_int_uid: false
|
||||
min_int_uid: 1000
|
||||
max_int_uid: 65533
|
||||
|
||||
|
||||
# RHEL-09-5.4.5
|
||||
# Session timeout setting file (TMOUT setting can be set in multiple files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue