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

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

Merge "Make the udev vs plugdev distinction a bit clearer."

parents 86313d6f e7edfbc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ static std::string GetUdevProblem() {
    // additionally just to be sure.
    if (group_member(plugdev_group->gr_gid) || getegid() == plugdev_group->gr_gid) {
        // The user is in plugdev so the problem is likely with the udev rules.
        return "user in plugdev group; are your udev rules wrong?";
        return "missing udev rules? user is in the plugdev group";
    }
    passwd* pwd = getpwuid(getuid());
    return android::base::StringPrintf("user %s is not in the plugdev group",