-
Notifications
You must be signed in to change notification settings - Fork 92
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
really fix install_t
in containers
#83
Comments
I've opened containers#83 to track a better fix.
I've opened containers#83 to track a better fix. Signed-off-by: Colin Walters <[email protected]>
I've opened containers#83 to track a better fix. Signed-off-by: Colin Walters <[email protected]>
I've opened containers#83 to track a better fix. Signed-off-by: Colin Walters <[email protected]>
I hit this bug while trying to create a bootc image based on Arch Linux It seems that it can be worked around by disabling SELinux |
so we tried this on a fedora host with SELinux disabled and This allowed us to skip the We realized We were able to patch this by simply overwriting the binaries, is this behaviour expected? |
We shouldn't try to do any SELinux labeling if the source doesn't have it. xref containers#83
We shouldn't try to do any SELinux labeling if the source doesn't have it. xref containers#83 Signed-off-by: Colin Walters <[email protected]>
Thanks for the report; any chance you could test out #96 ? |
We shouldn't try to do any SELinux labeling if the source doesn't have it. xref containers#83 Signed-off-by: Colin Walters <[email protected]>
This should be fixed by #284 |
I'm not sure if something changed here, or my code never actually worked but basically we currently fail to
bootc install
with unknown types.The text was updated successfully, but these errors were encountered: