Skip to content
Snippets Groups Projects
Commit c5601de4 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Gerrit Code Review
Browse files

Merge "Allow vold to mount at /mnt/user/.*"

parents 938ab05d a2bacea8
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ allow vold media_rw_data_file:file create_file_perms; ...@@ -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 }; allow vold { mnt_media_rw_stub_file storage_stub_file }:dir { mounton create rmdir getattr setattr };
# Manage per-user primary symlinks # 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 vold mnt_user_file:lnk_file create_file_perms;
# Allow to create and mount expanded storage # Allow to create and mount expanded storage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment