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();
|
||||
}
|
||||
|
||||
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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue