-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net.ipv6.conf.default.accept_ra #56
Comments
|
Ah, great catch! One more to add to the test-suite. Thank you @igoraj ! A PR is very welcome :) |
|
@arlimus i've checked spec/classes/sysctl_spec.rb but it seems there is no checking for net.ipv6.conf.all.accept_ra so i didn't add any for net.ipv6.conf.default.accept_ra either. does it even make sense to put those inside as there is no ability to change them through some param? |
add net.ipv6.conf.default.accept_ra. closes #56
|
Good catch, as you said, if there's no paramter to change it (at the moment), we can leave it out of local specs. However we run all our repos through serverspec tests, to make sure parameters are actually set at the end of everything. Looking through the code, |
This was uncovered by @igoraj at dev-sec/puppet-os-hardening#56 .
This was uncovered by @igoraj at dev-sec/puppet-os-hardening#56 .
This was uncovered by @igoraj at dev-sec/puppet-os-hardening#56 .
I just wanted to check if there is some special reason why this module only sets
accept_raon 'all', but not also on 'default'?https://github.com/hardening-io/puppet-os-hardening/blob/master/manifests/sysctl.pp#L66-67
I can submit PR for this.
The text was updated successfully, but these errors were encountered: