diff options
Diffstat (limited to 'systemd/rhel-readonly')
-rwxr-xr-x | systemd/rhel-readonly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/rhel-readonly b/systemd/rhel-readonly index bc2b2bcb..190de26f 100755 --- a/systemd/rhel-readonly +++ b/systemd/rhel-readonly @@ -102,7 +102,6 @@ if [ "$READONLY" = "yes" -o "$TEMPORARY_STATE" = "yes" ]; then *) ;; esac - selinux_fixup "$path" done < <(cat $file) done @@ -118,6 +117,7 @@ if [ "$READONLY" = "yes" -o "$TEMPORARY_STATE" = "yes" ]; then [[ $prefix -eq 1 ]] && continue mount -n --bind "$RW_MOUNT$m" "$m" + selinux_fixup "$m" done # Use any state passed by initramfs |