Merge "ueventd: don't skip restorecon after the cold boot"
This commit is contained in:
commit
82c88d9b00
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ void DeviceHandler::HandleUevent(const Uevent& uevent) {
|
|||
}
|
||||
|
||||
void DeviceHandler::ColdbootDone() {
|
||||
skip_restorecon_ = true;
|
||||
skip_restorecon_ = false;
|
||||
}
|
||||
|
||||
DeviceHandler::DeviceHandler(std::vector<Permissions> dev_permissions,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue