-
Notifications
You must be signed in to change notification settings - Fork 41
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 support to forward auditd to syslog #49
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ressl Robert <[email protected]>
Signed-off-by: Ressl Robert <[email protected]>
Signed-off-by: Ressl Robert <[email protected]>
Signed-off-by: Ressl Robert <[email protected]>
Signed-off-by: Ressl Robert <[email protected]>
Signed-off-by: Ressl Robert <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…/chef-cookbooks/auditd 72b6ae8 remotes/safematix/master $ chef exec delivery local all
Chef Delivery
Running Every Stage
Running Lint Phase
Inspecting 16 files
................
16 files inspected, no offenses detected
Running Syntax Phase
Checking 18 files
..................
Running Unit Phase
No examples found.
Finished in 0.00039 seconds (files took 0.08194 seconds to load)
0 examples, 0 failures
Running Provision Phase
skipping
Running Deploy Phase
skipping
Running Smoke Phase
skipping
Running Functional Phase
skipping
Running Cleanup Phase
skipping
Signed-off-by: Ressl Robert <[email protected]>
@safematix it looks like there have been changes in master that conflicts with your work. Can you rebase onto master? Hopefully the build system won't jam on your next build. |
Signed-off-by: Ressl Robert <[email protected]>
Made the changes. :-) Unfortunately kitchen is missing the license now, so Travis is failing. |
Add support to forward auditd log messages to syslog and fix some cookstyle offenses.
It can be set up with a attribute
default['auditd']['syslog']
.