Hi,
Running docker on a host, would need the net.ipv4.ip_forward to be '1' and that would make this test fail. Is there any way to work around that? I would really like a solution where I don't have to fork this module and maintain a copy my self.
|
describe kernel_parameter('net.ipv4.ip_forward') do |
Hi,
Running docker on a host, would need the net.ipv4.ip_forward to be '1' and that would make this test fail. Is there any way to work around that? I would really like a solution where I don't have to fork this module and maintain a copy my self.
linux-baseline/controls/sysctl_spec.rb
Line 33 in 1233a13