Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHCOS: Temporarily remove UEFI password rule #6757

Merged
merged 1 commit into from Mar 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion rhcos4/profiles/moderate.profile
Expand Up @@ -305,9 +305,12 @@ selections:
## FIA_UAU.1
- require_singleuser_auth
- coreos_disable_interactive_boot
- grub2_uefi_password
- no_empty_passwords

# This is not currently officially supported in RHCOS; Once we have a
# documented workaround this will be re-enabled.
#- grub2_uefi_password

## Set Maximum Number of Authentication Failures to 3 Within 15 Minutes
## AC-7 / FIA_AFL.1
#- var_accounts_passwords_pam_faillock_deny=3
Expand Down