Loading init/init.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -905,6 +905,7 @@ int SecondStageMain(int argc, char** argv) { UmountDebugRamdisk(); } SelinuxSetupKernelLogging(); PropertyInit(); // Umount second stage resources after property service has read the .prop files. Loading @@ -919,7 +920,6 @@ int SecondStageMain(int argc, char** argv) { MountExtraFilesystems(); // Now set up SELinux for second stage. SelinuxSetupKernelLogging(); SelabelInitialize(); SelinuxRestoreContext(); Loading Loading
init/init.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -905,6 +905,7 @@ int SecondStageMain(int argc, char** argv) { UmountDebugRamdisk(); } SelinuxSetupKernelLogging(); PropertyInit(); // Umount second stage resources after property service has read the .prop files. Loading @@ -919,7 +920,6 @@ int SecondStageMain(int argc, char** argv) { MountExtraFilesystems(); // Now set up SELinux for second stage. SelinuxSetupKernelLogging(); SelabelInitialize(); SelinuxRestoreContext(); Loading