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

Allow modification of all values in auditd template #307

Conversation

DeWaRs1206
Copy link

No description provided.

@DeWaRs1206 DeWaRs1206 force-pushed the feature/allow_more_changes_auditd branch from a67624b to 9e9496f Compare November 10, 2023 07:14
@artem-sidorenko
Copy link
Member

@DeWaRs1206 many thanks for this contribution! I'm generally open to merge that, can we maybe clarify the two options with different values than before?

default['os-hardening']['auditd']['action_mail_acct'] = 'root'
default['os-hardening']['auditd']['space_left_action'] = 'EMAIL'
default['os-hardening']['auditd']['admin_space_left'] = 50
default['os-hardening']['auditd']['admin_space_left_action'] = 'halt'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the old template we had suspend, is there any special reason to change that to halt?

default['os-hardening']['auditd']['max_log_file_action'] = 'keep_logs'
default['os-hardening']['auditd']['space_left'] = 75
default['os-hardening']['auditd']['action_mail_acct'] = 'root'
default['os-hardening']['auditd']['space_left_action'] = 'EMAIL'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the old template we had SYSLOG , is there any special reason to change that to EMAIL?

@artem-sidorenko
Copy link
Member

resolved by #310

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants