Merge "Revert "Set the log callback earlier for showing system property set denials"" am: 526fbe2a37
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2118487 Change-Id: I016b315fb5b79b330125a0d1ca746a7430144f16 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c0e0892a5a
1 changed files with 1 additions and 1 deletions
|
|
@ -905,7 +905,6 @@ int SecondStageMain(int argc, char** argv) {
|
||||||
UmountDebugRamdisk();
|
UmountDebugRamdisk();
|
||||||
}
|
}
|
||||||
|
|
||||||
SelinuxSetupKernelLogging();
|
|
||||||
PropertyInit();
|
PropertyInit();
|
||||||
|
|
||||||
// Umount second stage resources after property service has read the .prop files.
|
// Umount second stage resources after property service has read the .prop files.
|
||||||
|
|
@ -920,6 +919,7 @@ int SecondStageMain(int argc, char** argv) {
|
||||||
MountExtraFilesystems();
|
MountExtraFilesystems();
|
||||||
|
|
||||||
// Now set up SELinux for second stage.
|
// Now set up SELinux for second stage.
|
||||||
|
SelinuxSetupKernelLogging();
|
||||||
SelabelInitialize();
|
SelabelInitialize();
|
||||||
SelinuxRestoreContext();
|
SelinuxRestoreContext();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue