From 6a1eb2457cf4155e58c317f5dc468f15ca618336 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 20 Apr 2016 13:42:14 +1000 Subject: [PATCH] Move selinux restore to end of finalise After a bit of spelunking, I90d0c96d5659326ba67d6119b96d9a4113adf7fe was the original change that introduced the setfiles here rather than autorelabel at boot time. Touching the autorelabel file probably makes sense somewhere low, but when we start relabling the file system we really should be doing that as late as possible so we fix up everything that has come before. Move this to 90 to capture this. Change-Id: Iae0afe850f52ec3b59c49507fa9bbcc1c8f8cfa1 --- .../{11-selinux-fixfiles-restore => 90-selinux-fixfiles-restore} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename elements/rpm-distro/finalise.d/{11-selinux-fixfiles-restore => 90-selinux-fixfiles-restore} (100%) diff --git a/elements/rpm-distro/finalise.d/11-selinux-fixfiles-restore b/elements/rpm-distro/finalise.d/90-selinux-fixfiles-restore similarity index 100% rename from elements/rpm-distro/finalise.d/11-selinux-fixfiles-restore rename to elements/rpm-distro/finalise.d/90-selinux-fixfiles-restore