Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af74368a authored by Alex Hong's avatar Alex Hong Committed by Gerrit Code Review
Browse files

Merge "Set the log callback earlier for showing system property set denials"

parents 7e25d3e8 8c224faa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
@@ -919,7 +920,6 @@ int SecondStageMain(int argc, char** argv) {
    MountExtraFilesystems();

    // Now set up SELinux for second stage.
    SelinuxSetupKernelLogging();
    SelabelInitialize();
    SelinuxRestoreContext();