Skip to content
Snippets Groups Projects
Commit 3296dea4 authored by Haiqing Jiang's avatar Haiqing Jiang Committed by Stephen Smalley
Browse files

external/sepolicy: mediaserver open application data files

parent 569f589a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ binder_call(mediaserver, binderservicedomain) ...@@ -11,7 +11,7 @@ binder_call(mediaserver, binderservicedomain)
binder_call(mediaserver, appdomain) binder_call(mediaserver, appdomain)
binder_service(mediaserver) binder_service(mediaserver)
allow mediaserver app_data_file:dir search; allow mediaserver app_data_file:dir search;
allow mediaserver app_data_file:file { read getattr }; allow mediaserver app_data_file:file r_file_perms;
r_dir_file(mediaserver, sdcard) r_dir_file(mediaserver, sdcard)
allow mediaserver sdcard:file write; allow mediaserver sdcard:file write;
allow mediaserver camera_device:chr_file rw_file_perms; allow mediaserver camera_device:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment