From e672f281ef5b5d71999ce39e66970c3a93ea6c96 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Wed, 20 Dec 2023 13:21:08 -0800 Subject: [PATCH] Drop the selinux relabel workaround --- root/etc/fstab.script | 5 ----- 1 file changed, 5 deletions(-) diff --git a/root/etc/fstab.script b/root/etc/fstab.script index 94e99db..cd15a87 100755 --- a/root/etc/fstab.script +++ b/root/etc/fstab.script @@ -3,8 +3,3 @@ # Set ESP mount options to match what Fedora does # https://github.com/OSInside/kiwi/issues/2201 gawk -i inplace '$2 == "/boot/efi" { $4 = $4",umask=0077,shortname=winnt" } { print $0 }' /etc/fstab - -# Run selinux relabel at the right time -# https://github.com/OSInside/kiwi/issues/2192 -# https://github.com/OSInside/kiwi/pull/2282#issuecomment-1514399308 -setfiles -F -p -c /etc/selinux/targeted/policy/policy.* -e /proc -e /sys -e /dev /etc/selinux/targeted/contexts/files/file_contexts /