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

enhance the grub2_argument template to cover more use cases #12375

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Sep 10, 2024

  1. merge JInja booleans for checking of referenced options in /boot/load…

    …er/entries and options in grubenv
    
    These options do not make sense separately.
    vojtapolasek committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    70e1a50 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. modify the oval of grub2_argument template so that it is aligned with…

    … argument parsing in RHEL 8
    vojtapolasek committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b4736f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c63ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6e1fa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. rename or remove test scenarios of grub2_audit_argument rule

    some of those scenarios were moved to the folder with template test scenarios in the previous commit
    Also make some scenarios applicable to all platforms. Especially those which check configuration in /etc/default/grub because these are common for all products.
    vojtapolasek committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1d6427f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. rewrite the common.sh helper script

    In the past, the script seemed to be here to help to prepare environment in containers.
    However, as the complexity of this template increases, I decided to rewrite the script to prepare uniform environment in any case.
    vojtapolasek committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    09b5b00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b668f View commit details
    Browse the repository at this point in the history