-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
20230320.0 does not work with Fedora CoreOS SELinux #8747
Comments
Do you know what specifically SELinux is disallowing that causes the failure? Ideally we can work around that, although it's also possible that the SELinux config is just too restrictive. |
This is due to 54a66a6. |
The next command has to fix the problem:
|
This does fix it! Should I close the issue now or leave it up? |
@TommyTran732 chcon is just for testing. You need to read coreos docs to find out how to set contexts properly. |
chcon is probably the best solution right now. Adding SELinux policies will run into this issue coreos/fedora-coreos-tracker#701 |
Description
The latest release does not work on Fedora CoreOS because of SELinux. 20230313.0 however works just fine. This only affects Fedora CoreOS, so it is not reproducible on Fedora
Steps to reproduce
runsc version
docker version (if using docker)
uname
Linux matrix.arcticfoxes.net 6.1.14-200.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Feb 26 00:13:26 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
kubectl (if using Kubernetes)
No response
repo state (if built from source)
No response
runsc debug logs (if available)
No response
The text was updated successfully, but these errors were encountered: