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

os_hardening 2.4.0: system_umask confusion: String or Integer? #320

Closed
hpkunz opened this issue Feb 21, 2024 · 1 comment · Fixed by #325
Closed

os_hardening 2.4.0: system_umask confusion: String or Integer? #320

hpkunz opened this issue Feb 21, 2024 · 1 comment · Fixed by #325

Comments

@hpkunz
Copy link

hpkunz commented Feb 21, 2024

Hey all,

the os_hardening class expects the parameter $system_umask (and also $umask) to be String.

since 2.4.0 the class os_hardening::umask expects the parameter $system_umask to be Integer (or undefined). clearly, that cannot work.

I guess the type should also be String (and not Integer) in os_hardening::umask.

Best,
Hp

@posteingang
Copy link

+1

@schurzi schurzi linked a pull request Nov 6, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants