You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
Here my opinion or I feel comfortable to make this default value false and pass this variable throw
class auditd::audisp::syslog (
$active = true,
$args = 'LOG_INFO',
}
I mean control parameter values from top level
So why this is coming into my mind?
Because enabling auidt log into syslog might be causing the system overhead.
So make sure if someone really want to enable this.
The text was updated successfully, but these errors were encountered:
jewelnuruddin
changed the title
improvement of using class auditd::audisp::syslog
improvement of using class "auditd::audisp::syslog"
Mar 2, 2018
I uderstand that if someone want to enable syslog for auditd then calling class
auditd::audisp::syslog
will makeactive = true
as this is hard coded define inhttps://github.com/kemra102/puppet-auditd/blob/master/manifests/audisp/plugin.pp#L2
Here my opinion or I feel comfortable to make this default value
false
and pass this variable throwI mean control parameter values from top level
So why this is coming into my mind?
Because enabling auidt log into syslog might be causing the system overhead.
So make sure if someone really want to enable this.
The text was updated successfully, but these errors were encountered: