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

Commit 1b2f3c49 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

init: Make sure ImageManager status files are labelled. am: 960a81f4

Change-Id: I7da13ffd72aec353b21306b7a5094837e104d7f9
parents 7092301d 960a81f4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -535,7 +535,9 @@ void SelinuxRestoreContext() {

    selinux_android_restorecon("/linkerconfig", 0);

    selinux_android_restorecon(gsi::kDsuAvbKeyDir, SELINUX_ANDROID_RESTORECON_RECURSE);
    // adb remount, snapshot-based updates, and DSUs all create files during
    // first-stage init.
    selinux_android_restorecon("/metadata", SELINUX_ANDROID_RESTORECON_RECURSE);
}

int SelinuxKlogCallback(int type, const char* fmt, ...) {