-
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
Documentation update #88
Conversation
|
BTW: why are there two parameters to prevent core dumps?
|
|
@mcgege many thanks for this PR! @bitvijays I'll have a look to all PRs from @mcgege. Could you maybe review them too? |
|
@mcgege Thank you for updating the ReadMe. Regarding enable_core_dump and allow_core_dump: enable_core_dump is to control the sysctl manifest whereas allow_core_dump is to control the profile manifest file. ( both present in the init.pp). The comment in profile.conf ( file deployed for allow_core_dump ) is "Disable core dumps via soft limits for all users. Compliance to this setting is voluntary and can be modified by users up to a hard limit. This setting is a sane default.". Seems there is issue raised for this? #68 @artem-sidorenko Do you have more information about this? Also, the changes seems fine ( Updates in ReadMe only) |
|
@bitvijays Thanks for the clarification ... but I still don't see the point in having two distinct switches here :-) And regarding the issue #68 I guess this: with enable_core_dump / allow_core_dumps = false (the default) the files are created, and if you change afterwards to true the files are not deleted (submitted #91 to fix this) ... |
|
I'll have a look here somewhere today/tomorrow |
|
indeed we have here two switches more or less for the same thing. I checked this with chef-os-hardnening, all this things are matched to one option My sugeestion would be to keep @mcgege @bitvijays what do you think? |
|
I merged #91 to avoid any conflicts |
|
That's fine for me ... I'll provide a PR the next days for this and change the documentation |
|
Removed |
|
@bitvijays How about merging this? I just cleaned up the conflict ... |
|
Thanks @mcgege for the PR. Merged :) |
Complement missing parameters / description in README