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

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

* commit '77470da9':
  Remove compatibility rules for old /data/media type.
parents 010dd80d 77470da9
Branches
Tags
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