Skip to content
Snippets Groups Projects
Commit 19e85dfb authored by Sudheer Shanka's avatar Sudheer Shanka Committed by android-build-merger
Browse files

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

am: c5601de4

Change-Id: Ie61645bd9b276f67e96ac7f823c1a1048a35ef8e
parents 5f49b6a2 c5601de4
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;
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
......
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