Skip to content

Commit

Permalink
Adjust platforms in shared tests for RHEL 7 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Jun 26, 2024
1 parent 2d785cb commit 6084040
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# platform = Red Hat Enterprise Linux 7,Red Hat Enterprise Linux 8,Red Hat Enterprise Linux 9
# platform = multi_platform_rhel
# packages = grub2-tools,grubby

# Adds argument from kernel command line in /etc/default/grub
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# platform = Red Hat Enterprise Linux 7,Red Hat Enterprise Linux 8,Red Hat Enterprise Linux 9
# platform = multi_platform_rhel
# packages = grub2-tools,grubby

# Adds argument with a value from kernel command line in /etc/default/grub
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Red Hat Enterprise Linux 7,Red Hat Enterprise Linux 9
# platform = Red Hat Enterprise Linux 9,Red Hat Enterprise Linux 10
# packages = grub2,grubby

# Ensure the kernel command line for each installed kernel in the bootloader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# packages = authconfig
# platform = Oracle Linux 7,Red Hat Enterprise Linux 7,multi_platform_fedora
# platform = Oracle Linux 7,multi_platform_fedora
# variables = var_accounts_passwords_pam_faillock_deny=3

authconfig --enablefaillock --faillockargs="deny=3" --update
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# packages = authconfig
# platform = Oracle Linux 7,Red Hat Enterprise Linux 7,multi_platform_fedora
# platform = Oracle Linux 7,multi_platform_fedora
# variables = var_accounts_passwords_pam_faillock_deny=3

authconfig --enablefaillock --faillockargs="deny=5" --update
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# packages = authconfig
# platform = Oracle Linux 7,Red Hat Enterprise Linux 7,multi_platform_fedora
# platform = Oracle Linux 7,multi_platform_fedora
# remediation = none
# variables = var_accounts_passwords_pam_faillock_deny=3

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# packages = authconfig
# platform = Oracle Linux 7,Red Hat Enterprise Linux 7,multi_platform_fedora
# platform = Oracle Linux 7,multi_platform_fedora
# variables = var_accounts_passwords_pam_faillock_deny=3

authconfig --enablefaillock --faillockargs="deny=2" --update

0 comments on commit 6084040

Please sign in to comment.