Skip to content
Snippets Groups Projects
Commit 4f4a4754 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Gerrit Code Review
Browse files

Merge "Apps need more than just search."

parents b5b1e811 3bdc0abc
No related branches found
No related tags found
No related merge requests found
...@@ -91,5 +91,5 @@ allow adbd bootchart_data_file:file r_file_perms; ...@@ -91,5 +91,5 @@ allow adbd bootchart_data_file:file r_file_perms;
# and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
allow adbd storage_file:dir r_dir_perms; allow adbd storage_file:dir r_dir_perms;
allow adbd storage_file:lnk_file r_file_perms; allow adbd storage_file:lnk_file r_file_perms;
allow adbd mnt_user_file:dir search; allow adbd mnt_user_file:dir r_dir_perms;
allow adbd mnt_user_file:lnk_file r_file_perms; allow adbd mnt_user_file:lnk_file r_file_perms;
...@@ -128,7 +128,7 @@ allow appdomain radio_data_file:file { read write getattr }; ...@@ -128,7 +128,7 @@ allow appdomain radio_data_file:file { read write getattr };
# and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary # and symlinks to primary storage at places like /storage/sdcard0 and /mnt/user/0/primary
allow appdomain storage_file:dir r_dir_perms; allow appdomain storage_file:dir r_dir_perms;
allow appdomain storage_file:lnk_file r_file_perms; allow appdomain storage_file:lnk_file r_file_perms;
allow appdomain mnt_user_file:dir search; allow appdomain mnt_user_file:dir r_dir_perms;
allow appdomain mnt_user_file:lnk_file r_file_perms; allow appdomain mnt_user_file:lnk_file r_file_perms;
# Read/write visible storage # Read/write visible 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