Loading init/selinux.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -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, ...) { Loading Loading
init/selinux.cpp +3 −1 Original line number Diff line number Diff line Loading @@ -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, ...) { Loading