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

Add rules STIG UBTU-20-010437 and UBTU-20-010451 #11325

Merged
merged 5 commits into from
Dec 5, 2023

Commits on Dec 1, 2023

  1. add aide_disable_silentreports rule for UBTU-20-010437

    This commit will add in rule for UBTU-20-010437 which ensures to update aide configurations along with tests to be utilized. Additionally, a rule is created utilizing the lineinfile template.
    dexterle authored and mpurg committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0691afd View commit details
    Browse the repository at this point in the history
  2. Remove trailing whitespaces

    mpurg committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0e7e281 View commit details
    Browse the repository at this point in the history
  3. Added comment for UBTU-20-010451

    Same rule as UBTU-20-010437. Notified DISA.
    mpurg committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fbbadbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8ce311 View commit details
    Browse the repository at this point in the history
  5. Change template for 'aide_disable_silentreports'

    Switch to template `key_value_pair_in_file` for rule `aide_disable_silentreports`.
    Previously used template `lineinfile` only checked for lines containing
    correct key value pairs (`key=value`).
    It did not check for or remediate existing wrong values.
    mpurg committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    20be8bc View commit details
    Browse the repository at this point in the history