Skip to content
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

enable_core_dump parameter is boolean, should allow at least 3 values #307

Open
iscb1962 opened this issue Jul 4, 2023 · 0 comments
Open

Comments

@iscb1962
Copy link

iscb1962 commented Jul 4, 2023

The enable_core_dump parameter is a boolean which translates false to 0 and true to 1, before setting the kernel parameter fs.suid_dumpable to the resultant value. This kernel setting actually has three options;

0 – disabled
1 – enabled
2 – enabled with restrictions (I believe the dump file is only accessible to root).

The parameter type needs to be change to integer so that the value can be set (or an additional parameter added to allow the on value to be set to 1 or 2).

OS / Environment
RHEL / CentOS / Rocky 7 and 9

Puppet Version

7.25.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant