Merge "Allow vold to mount at /mnt/user/.*"
This commit is contained in:
commit
c5601de4cd
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ allow vold media_rw_data_file:file create_file_perms;
|
|||
allow vold { mnt_media_rw_stub_file storage_stub_file }:dir { mounton create rmdir getattr setattr };
|
||||
|
||||
# Manage per-user primary symlinks
|
||||
allow vold mnt_user_file:dir create_dir_perms;
|
||||
allow vold mnt_user_file:dir { create_dir_perms mounton };
|
||||
allow vold mnt_user_file:lnk_file create_file_perms;
|
||||
|
||||
# Allow to create and mount expanded storage
|
||||
|
|
Loading…
Reference in a new issue