am 792d8650
: Allow sdcardd to read /data/.layout_version
* commit '792d8650d3dd5e0362a2a04a0af77f751a84b1de': Allow sdcardd to read /data/.layout_version
This commit is contained in:
commit
8a17c005f9
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue