Merge "app.te: enable mapping ART apexdata cache executable"
This commit is contained in:
commit
d82e1e4214
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ allow appdomain font_data_file:dir r_dir_perms;
|
||||||
|
|
||||||
# Enter /data/misc/apexdata/
|
# Enter /data/misc/apexdata/
|
||||||
allow appdomain apex_module_data_file:dir search;
|
allow appdomain apex_module_data_file:dir search;
|
||||||
# Read /data/misc/apexdata/com.android.art
|
# Read /data/misc/apexdata/com.android.art, execute signed AOT artifacts.
|
||||||
allow appdomain apex_art_data_file:dir r_dir_perms;
|
allow appdomain apex_art_data_file:dir r_dir_perms;
|
||||||
allow appdomain apex_art_data_file:file r_file_perms;
|
allow appdomain apex_art_data_file:file rx_file_perms;
|
||||||
|
|
||||||
# Allow access to tombstones if an fd to one is given to you.
|
# Allow access to tombstones if an fd to one is given to you.
|
||||||
# This is restricted by unix permissions, so an app must go through system_server to get one.
|
# This is restricted by unix permissions, so an app must go through system_server to get one.
|
||||||
|
|
Loading…
Reference in a new issue