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

Commit 6b5a6384 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Fix bug blocking access to secondary users."

parents 352b108c 6c161fa7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1706,7 +1706,6 @@ static int read_package_list(struct fuse *fuse) {
                if (multiuser_get_app_id(gid) == fuse->write_gid) {
                    uid_t uid = multiuser_get_uid(multiuser_get_user_id(gid), appid);
                    hashmapPut(fuse->uid_with_rw, (void*) (uintptr_t) uid, (void*) (uintptr_t) 1);
                    break;
                }
                token = strtok(NULL, ",");
            }