Skip to content
Snippets Groups Projects
Commit 77470da9 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Remove compatibility rules for old /data/media type."

parents 111966d9 68deff27
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,3 @@ allow sdcardd media_rw_data_file:file create_file_perms; ...@@ -18,8 +18,3 @@ allow sdcardd media_rw_data_file:file create_file_perms;
# Read /data/system/packages.list. # Read /data/system/packages.list.
allow sdcardd system_data_file:file r_file_perms; allow sdcardd system_data_file:file r_file_perms;
# Compatibility for existing devices with /data/media in system_data_file.
# TODO: Remove these lines after we have guaranteed that /data/media has been relabeled to media_rw_data_file.
allow sdcardd system_data_file:dir create_dir_perms;
allow sdcardd system_data_file:file create_file_perms;
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