-
Notifications
You must be signed in to change notification settings - Fork 198
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
Fedora 33: "Generating initramfs" causes AVC denial and SELINUX_ERR #2343
Comments
Thanks for filing this! We have tests for this but...this one slips through an unfortunate gap because:
|
Fixes: e901153 Fedora Silverblue doesn't specify any `initramfs-args` in the treefile. The above commit then caused us to omit `--no-hostonly` which completely fails today because we sandbox dracut off from seeing the real hardware and thinks like the host filesystem. It wasn't noticed because Fedora CoreOS does always specify arguments in the treefile. Closes: coreos#2343
Coincidentally I happened to hit this in a different way and then figured out it was the same bug: |
Fixes: e901153 Fedora Silverblue doesn't specify any `initramfs-args` in the treefile. The above commit then caused us to omit `--no-hostonly` which completely fails today because we sandbox dracut off from seeing the real hardware and the host filesystems, so it omits a lot of modules. It wasn't noticed because Fedora CoreOS does always specify arguments in the treefile. Closes: coreos#2343
Fixes: e901153 Fedora Silverblue doesn't specify any `initramfs-args` in the treefile. The above commit then caused us to omit `--no-hostonly` which completely fails today because we sandbox dracut off from seeing the real hardware and the host filesystems, so it omits a lot of modules. It wasn't noticed because Fedora CoreOS does always specify arguments in the treefile. Closes: #2343
Hi @cgwalters, just tested rpm-ostree-2020.10-1.fc33.x86_64 and rpm-ostree-libs-2020.10-1.fc33.x86_64. The AVC denial is still popping up for "rpm-ostree override replace kernel*.rpm".
|
Moved that to https://bugzilla.redhat.com/show_bug.cgi?id=1911505 |
Host system details
selinux-policy-3.14.6-30.fc33.noarch
rpm-ostree-2020.8-1.fc33.x86_64
Seen Behavior
Fedora Bugzilla ticket
https://bugzilla.redhat.com/show_bug.cgi?id=1902522
The text was updated successfully, but these errors were encountered: