bind: check for chroot

This commit is contained in:
Jérémy Lecour 2017-04-06 11:53:03 +02:00 committed by Jérémy Lecour
parent 082f583c83
commit 21ac7cd738

View file

@ -12,3 +12,7 @@ end
describe port(53) do
it { should be_listening }
end
describe command("ps auwx | grep bind") do
its(:stdout) { should include " -t /var/chroot-bind" }
end