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

auditd: add possibility to override config template #685

Merged
merged 3 commits into from
Jul 24, 2023
Merged

auditd: add possibility to override config template #685

merged 3 commits into from
Jul 24, 2023

Commits on Jul 13, 2023

  1. make template overrideable

    by referencing the auditd.conf.j2 template, a custom template can be provided to the role.
    
    Signed-off-by: Dennis Lerch <dennis.lerch@mercedes-benz.com>
    Dennis Lerch committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    dc88409 View commit details
    Browse the repository at this point in the history
  2. extend auditd config

    make freq and log_file configurable
    implement write_logs with it's default value in order to be able to disable log writing
    
    Signed-off-by: Dennis Lerch <dennis.lerch@mercedes-benz.com>
    Dennis Lerch committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    efa0949 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Extend README.md documentation by new variables

    reorder `os_auditd_log_format` to keep sequence from defaults
    
    Signed-off-by: Dennis Lerch <dennis.lerch@mercedes-benz.com>
    Dennis Lerch committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8c7ac3b View commit details
    Browse the repository at this point in the history