Merge "Set the log callback earlier for showing system property set denials"
This commit is contained in:
commit
af74368a36
1 changed files with 1 additions and 1 deletions
|
|
@ -905,6 +905,7 @@ 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.
|
||||||
|
|
@ -919,7 +920,6 @@ 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