We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4625e87 commit dcdcf34Copy full SHA for dcdcf34
1 file changed
controls/host_configuration.rb
@@ -195,7 +195,7 @@
195
196
only_if { os.linux? }
197
describe auditd do
198
- its(:lines) { should include('-w /var/lib/docker/ -p rwxa -k docker') }
+ its(:lines) { should include('-w /var/lib/docker -p rwxa -k docker') }
199
end
200
201
@@ -214,7 +214,7 @@
214
215
216
217
- its(:lines) { should include('-w /etc/docker/ -p rwxa -k docker') }
+ its(:lines) { should include('-w /etc/docker -p rwxa -k docker') }
218
219
220
0 commit comments