Skip to content
Snippets Groups Projects
Commit 03d2803c authored by William Roberts's avatar William Roberts Committed by Stephen Smalley
Browse files

media app should have rw access to sdcard dir and files.

parent f3b587ca
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ allow media_app mtp_device:chr_file rw_file_perms;
allow media_app cache_file:dir rw_dir_perms;
allow media_app cache_file:file create_file_perms;
# Access sdcard.
allow media_app sdcard:dir r_dir_perms;
allow media_app sdcard:file r_file_perms;
allow media_app sdcard:dir rw_dir_perms;
allow media_app sdcard:file rw_file_perms;
# Apps signed with the shared key.
type shared_app, domain;
......
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