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

am 792d8650: Allow sdcardd to read /data/.layout_version

* commit '792d8650':
  Allow sdcardd to read /data/.layout_version
parents 9d24d52e 792d8650
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,6 @@ allow sdcardd media_rw_data_file:file create_file_perms; ...@@ -18,3 +18,6 @@ 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;
# Read /data/.layout_version
allow sdcardd install_data_file:file r_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