Merge "Give map permission to viewcompiler"
am: ac74f62cd5
Change-Id: I56450ae13fff2e6a4a12af2a30af2629a2278a78
This commit is contained in:
commit
9672823f2a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ allow viewcompiler installd:fd use;
|
|||
allow viewcompiler app_data_file:file { getattr write };
|
||||
|
||||
# Allow the view compiler to read resources from the apps APK.
|
||||
allow viewcompiler apk_data_file:file read;
|
||||
allow viewcompiler apk_data_file:file { read map };
|
||||
|
||||
# priv-apps are moving to a world where they can only execute
|
||||
# signed code. Make sure viewcompiler never can write to privapp
|
||||
|
|
Loading…
Reference in a new issue