diff options
author | Jeff Sharkey <jsharkey@android.com> | 2015-03-24 11:22:22 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2015-03-24 11:53:10 -0700 |
commit | 6c161fa7d85b3191476d12220c94cfd974c0afa9 (patch) | |
tree | 3f25cd74b3b104c6aebd4f971867d47e3733e104 /sdcard | |
parent | ad27dd98ae2be7f2e9ab2e1d160d75acc13d8c7c (diff) | |
download | system_core-6c161fa7d85b3191476d12220c94cfd974c0afa9.tar.gz system_core-6c161fa7d85b3191476d12220c94cfd974c0afa9.tar.bz2 system_core-6c161fa7d85b3191476d12220c94cfd974c0afa9.zip |
Fix bug blocking access to secondary users.
Change-Id: I97ce510b6bc705488b9bea3340a72fb5449f8134
Diffstat (limited to 'sdcard')
-rw-r--r-- | sdcard/sdcard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdcard/sdcard.c b/sdcard/sdcard.c index ea696ae4f..599236f96 100644 --- a/sdcard/sdcard.c +++ b/sdcard/sdcard.c @@ -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, ","); } |