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

Fix auditd_audispd_encrypt_sent_records on Fedora and RHEL8 #3619

Commits on Dec 3, 2018

  1. Fix auditd_audispd_encrypt_sent_records on Fedora and RHEL8

    In Audit 3.0 which is present in Fedora >= 29 and RHEL8, the
    `audisp-remote.conf` moved to `/etc/audit` and the `enable_krb5`
    option has been superseded by `transport` option.
    See `man 5 audisp-remote.conf`.
    jan-cerny committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    ffd88dd View commit details
    Browse the repository at this point in the history
  2. Change the rule description in auditd_audispd_encrypt_sent_records

    The transport option is not commented out by default. Instead
    it is set to TCP by default. That means we should not instruct
    users to uncomment it.
    jan-cerny committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    bbe9734 View commit details
    Browse the repository at this point in the history
  3. Add test scenarios for RHEL8/Fedora

    I have also noticed that this rule is not a part of RHEL7 ospp profile.
    jan-cerny committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    43ad827 View commit details
    Browse the repository at this point in the history