aboutsummaryrefslogtreecommitdiff
path: root/root
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2023-12-21 11:41:54 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-01-13 05:13:42 -0500
commit11e6913afa7daddbfc0c8dfbc97cbc1fb481e2e0 (patch)
treec35e42f75125b3fdee4707992fdd09c18f3b8aec /root
parent824d61365f6c40f8cf6f41479ae7c69c601da9ba (diff)
downloadkiwi-descriptions-11e6913afa7daddbfc0c8dfbc97cbc1fb481e2e0.tar.gz
kiwi-descriptions-11e6913afa7daddbfc0c8dfbc97cbc1fb481e2e0.zip
root/etc/fstab.script: Drop SELinux labeling workaround
This has been fixed properly with kiwi 9.25.21.
Diffstat (limited to 'root')
-rwxr-xr-xroot/etc/fstab.script5
1 files changed, 0 insertions, 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 /