auditd
                                
                                
                                
                                    auditd copied to clipboard
                            
                            
                            
                        Install and configure user mode auditd tools
### Description ### Issues Resolved ### Check List - [ ] All tests pass. See - [ ] New functionality includes testing. - [ ] New functionality has been documented...
Hi Team, We have updated on last version Chef-client 17.0.242-1 and we have this issue after running. Deprecated features used! The auditd_builtins resource in the auditd cookbook should declare `unified_mode...
### Description Adds support for restarting auditd on Amazon Linux 2 ### Issues Resolved ### Check List - [ ] All tests pass. See - [ ] New functionality includes...
Signed-off-by: Nelson Tang ### Description Use the `service` command for restart and reloads if platform is Ubuntu 20.04 or higher ### Issues Resolved https://github.com/chef-cookbooks/auditd/issues/69 ### Check List - [ ]...
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']`.
The following error when updating the `auditd_conf_file` resource: ``` Recipe: auditd::default * service[auditd] action reload INFO: Processing service[auditd] action reload (auditd::default line 27) ================================================================================ Error executing action `reload` on resource...
### Cookbook version 2.3.4 ### Chef-client version 15 ### Platform Details Ubuntu 18.04.3 LTS ### Scenario: Trying to apply cis.rules on Ubuntu ### Steps to Reproduce: ``` include_recipe 'auditd::default' auditd_ruleset...
This cookbook (at least if you set the `cis` rules) will include `-e 2` config, making the auditd config immutable. This means that if the cookbook is run repeatedly in...
### Cookbook version 2.3.4 ### Chef-client version 13.6.4 ### Platform Details centos 7.4.1708 ### Scenario: The changes detailed at https://github.com/chef-cookbooks/auditd/commit/84c30cead1a68ce5b99a2578557ed0fb7809edca#diff-3145628960d821e12b5cc7c0cb6d1b39 didn't make it into version 2.3.4 released on supermarket at...
Happened to notice we were missing audit data for a bunch of our hosts (O_O...compliance requirements). Seems some RHEL update stops auditd (or crashes it) and Chef is not addressing...