dracutdevs / dracut

dracut the event driven initramfs infrastructure
https://github.com/dracutdevs/dracut/wiki
GNU General Public License v2.0
573 stars 396 forks source link

Dracut generated initramfs fails to boot with recent kernels due to SELinux Permission Denied errors #2653

Open gtrentalancia opened 3 weeks ago

gtrentalancia commented 3 weeks ago

Describe the bug Dracut generated initramfs fails to boot with recent kernels due to SELinux Permission Denied errors

Dracut version Dracut 044

Init system sysvinit

To Reproduce Update the kernel to 6.9.1. Generate a new initramfs using dract. Reboot the system.

Expected behavior The boot process should complete instead of getting stuck (with kernel panic) due to SELinux permission denied errors

Additional context A new pull request https://github.com/dracutdevs/dracut/pull/2652 has been created to fix the issue, however it has not been tested with systemd or other init daemons other than sysvinit