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

Commit 6c161fa7 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Fix bug blocking access to secondary users.

Change-Id: I97ce510b6bc705488b9bea3340a72fb5449f8134
parent ad27dd98
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, ",");
            }