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

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

Merge "ueventd: Add support for updating permissions on bind"

parents 77692aee e6094789
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -461,7 +461,8 @@ void DeviceHandler::HandleAshmemUevent(const Uevent& uevent) {
}

void DeviceHandler::HandleUevent(const Uevent& uevent) {
    if (uevent.action == "add" || uevent.action == "change" || uevent.action == "online") {
  if (uevent.action == "add" || uevent.action == "change" ||
      uevent.action == "bind" || uevent.action == "online") {
    FixupSysPermissions(uevent.path, uevent.subsystem);
  }