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

Commit a31834a4 authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "init: Make sure ImageManager status files are labelled."

parents 7ef2b1d8 c991f347
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, ...) {