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

Commit 82c88d9b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "ueventd: don't skip restorecon after the cold boot"

parents 337052a3 dd5802a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -419,7 +419,7 @@ void DeviceHandler::HandleUevent(const Uevent& uevent) {
}
}


void DeviceHandler::ColdbootDone() {
void DeviceHandler::ColdbootDone() {
    skip_restorecon_ = true;
    skip_restorecon_ = false;
}
}


DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions,
DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions,