-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Allow to enable SELinux if libselinux is installed even disabled at system #8937
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
Conversation
CodSpeed Performance ReportMerging #8937 will not alter performanceComparing Summary
Footnotes
|
Could you please add a test in github action to make sure we don't regress in the future? Thanks |
GNU testsuite comparison:
|
I'm not sure, but I think we can just remove Is it used for system with SELinux? |
GNU testsuite comparison:
|
Added a test which was causing faiure. We might need dummy binaries for non-SELinux in the future, but I think this ready to merge. |
GNU testsuite comparison:
|
It this able to merge? Or Should I drop |
yes, please remove this dep |
GNU testsuite comparison:
|
Can we build uutils/coreutils with SELinux enabled without clang and pkg-config? I think |
GNU testsuite comparison:
|
GNU testsuite comparison:
|
Closes #8767 Fixes #7996
Some distributor might want to build binary with SELinux enabled even it is disabled at system.
Replaces #8759