1
0
forked from pool/openSUSE-Aeon
Richard Brown 2024-08-07 16:16:26 +00:00 committed by Git OBS Bridge
parent 16a5a985d0
commit 2fe284642d

View File

@ -107,7 +107,6 @@ gawk -i inplace '$2 == "/" && $4 == "compress=zstd:1,ro" { $4 = "compress=zstd:1
# The "gawk -i inplace" above also removes the label on /etc/fstab.
if [ -e /etc/selinux/config ]; then
. /etc/selinux/config
touch /etc/sysconfig/bootloader # Make sure this exists so it gets labelled
setfiles -e /proc -e /sys -e /dev /etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts /etc
fi
EOF