Skip to content
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

Load the SELinux policy after switch_root and remove the selinux-loadpolicy module #2652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gtrentalancia
Copy link

@gtrentalancia gtrentalancia commented Jun 16, 2024

Load the SELinux policy after switch_root and remove the selinux-loadpolicy module.

This fixes the bootup process with recent kernels, as it was getting stuck on Permission Denied errors due to the early SELinux policy load.

Fixes #2653

.github/labeler.yml | 4 -
modules.d/98selinux/module-setup.sh | 17 -------
modules.d/98selinux/selinux-loadpolicy.sh | 70 ------------------------------
modules.d/99base/init.sh | 5 ++
4 files changed, 5 insertions(+), 91 deletions(-)

@github-actions github-actions bot added modules Issue tracker for all modules selinux Issues related to the selinux module base Issues related to the base module github Issues related to .github labels Jun 16, 2024
the bootup process with recent kernels, as it was
getting stuck on Permission Denied errors, due to the
early SELinux policy load.

Thanks to Laszlo Gombos for reviewing this patch and
suggesting to obsolete the SELinux load policy module
instead of removing it completely.

Signed-off-by: Guido Trentalancia <[email protected]>
---
 modules.d/98selinux/selinux-loadpolicy.sh |    5 +-
 modules.d/99base/init.sh                  |   61 ++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 1 deletion(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base Issues related to the base module github Issues related to .github modules Issue tracker for all modules selinux Issues related to the selinux module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dracut generated initramfs fails to boot with recent kernels due to SELinux Permission Denied errors
1 participant