Jeff Blaine

Results 20 comments of Jeff Blaine

``` rootfs / rootfs rw 0 0 ... /dev/mapper/vg_root-root / xfs rw,relatime,attr2,inode64,noquota 0 0 ```

I can't really say it better than @Bananeweizen did or others in #195 did. And #195 has no solid (IMO) argument against "WITHDRAWN". It means exactly the same thing as...

Pretty sure this was released in 5.7.9 from the implementation done in https://github.com/inspec/inspec/pull/5597 AFAICT this should be closed

FWIW, Inspec-aside, I don't see the same thing as "IRB test result" with Chef Infra Client 18.1.0 ``` % ls -ld /lib lrwxrwxrwx. 1 root root 7 Apr 11 2018...

Hi @damacus and @athiede-vendavo -- This never made it into main 14 months ago and the lack of it makes this cookbook not usable on RHEL 8 with firewalld intended.

This is very likely fixed in https://github.com/sous-chefs/firewall/pull/247 but was never merged 14 months ago :(

I can swallow that, but it leaves an open question about what exactly all of the service resource's *_command attributes are documented publicly for. I'm confused about the use case...

Instead of `/etc/sysconfig/network`, the Ubuntu rule should be `-w /etc/network -p wa -k system-locale` per the CIS Benchmark for Ubuntu 18. However, as mentioned in the original issue above, there...

Is the lack of `:start` here intentional? https://github.com/chef-cookbooks/auditd/blob/master/recipes/default.rb#L27

Agreed. We had to duplicate the `service 'auditd'` resource and add an `ignore_failure` to it in a wrapper cookbook as a workaround.