* commit 'b663e28b14d1b39c18228eaa59a2b45c8e88a697': Privileged apps require access to cache
This commit is contained in:
commit
08faa8e03b
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ allow priv_app persistent_data_block_service:service_manager find;
|
|||
# TODO: narrow this to just MediaProvider
|
||||
allow priv_app mnt_media_rw_file:dir search;
|
||||
|
||||
# Write to /cache.
|
||||
allow priv_app cache_file:dir create_dir_perms;
|
||||
allow priv_app cache_file:file create_file_perms;
|
||||
|
||||
# Access to /data/media.
|
||||
allow priv_app media_rw_data_file:dir create_dir_perms;
|
||||
allow priv_app media_rw_data_file:file create_file_perms;
|
||||
|
|
Loading…
Reference in a new issue