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

The way we allow systemd-logind to see files in /proc on all flavors of EL9 is broken #97

Open
michael-riddle opened this issue Oct 31, 2024 · 0 comments

Comments

@michael-riddle
Copy link
Member

If the hidepid value for the /proc mount is set in el9, it will be a string like "invisible" or "default", however, the code in the install.pp manifest attempts to compare the value of hidepid to an integer, which is fine in other OS flavors because it returns an integer. However, in el9 it returns a string and then errors out because its trying to see if "invisible" > 0. We need to rework this part of the code to be more robust.

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

No branches or pull requests

1 participant