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 restart-auditd handler after configuration change #427

Merged
merged 5 commits into from
Mar 29, 2021

Commits on Mar 19, 2021

  1. add restart-auditd handler as after configuration change (e.g. of os_…

    …auditd_max_log_file_action) you need to restart. Sadly on rhel7 systems you cannot use systemd. And as debian derivates use service as alias and it works I kept it that simple. also adding 'auditd'-tag to make it easy only run that config change if needed.
    
    Signed-off-by: Felix Herzog <snoopotic@gmail.com>
    snoopotic authored and Sebastian Gumprich committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    eca93cc View commit details
    Browse the repository at this point in the history
  2. fix linting

    Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
    Sebastian Gumprich committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    390f7ad View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. skip auditd restart in molecule tests

    Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
    Sebastian Gumprich committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    ae68f73 View commit details
    Browse the repository at this point in the history
  2. skip auditd restart in molecule tests

    Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
    Sebastian Gumprich committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    812c6c5 View commit details
    Browse the repository at this point in the history
  3. use cinc exec supermarket instead of github

    Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
    Sebastian Gumprich committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    458dfa2 View commit details
    Browse the repository at this point in the history