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

* commit '792d8650d3dd5e0362a2a04a0af77f751a84b1de':
  Allow sdcardd to read /data/.layout_version
This commit is contained in:
Nick Kralevich 2014-07-25 03:10:51 +00:00 committed by Android Git Automerger
commit 8a17c005f9

View file

@ -18,3 +18,6 @@ allow sdcardd media_rw_data_file:file create_file_perms;
# Read /data/system/packages.list.
allow sdcardd system_data_file:file r_file_perms;
# Read /data/.layout_version
allow sdcardd install_data_file:file r_file_perms;