Skip to content
Snippets Groups Projects
Commit c1b6e4a4 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 6424ed8f: am 77470da9: Merge "Remove compatibility rules for old /data/media type."

* commit '6424ed8f':
  Remove compatibility rules for old /data/media type.
parents 1befd5f3 6424ed8f
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.
Please register or to comment