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

Commit 3a364dac authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I3938cd16233f4a2f4e59b1d86193b596ab3f41b2
parents ac2fa6ea 1b2f3c49
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, ...) {