Allow zygote to mounton /mnt/user/*.
Bug: 124009234 Test: manual Change-Id: Ia06506f5dbdacbb5e6e3c1b2bee7f58dec0ed0e7
This commit is contained in:
parent
bdabddfe12
commit
21095967f8
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ allow zygote fuse:filesystem { unmount };
|
|||
allow zygote sdcardfs:filesystem { unmount };
|
||||
|
||||
# Allow creating user-specific storage source if started before vold.
|
||||
allow zygote mnt_user_file:dir create_dir_perms;
|
||||
allow zygote mnt_user_file:dir { create_dir_perms mounton };
|
||||
allow zygote mnt_user_file:lnk_file create_file_perms;
|
||||
allow zygote mnt_user_file:file create_file_perms;
|
||||
# Allowed to mount user-specific storage into place
|
||||
|
|
Loading…
Reference in a new issue