Merge "Allow apps to read apex_art_data_file:dir"
This commit is contained in:
commit
932949ef0f
1 changed files with 3 additions and 1 deletions
|
@ -67,8 +67,10 @@ get_prop(appdomain, sqlite_log_prop)
|
|||
allow appdomain font_data_file:file r_file_perms;
|
||||
allow appdomain font_data_file:dir r_dir_perms;
|
||||
|
||||
# Enter /data/misc/apexdata/
|
||||
allow appdomain apex_module_data_file:dir search;
|
||||
# Read /data/misc/apexdata/com.android.art
|
||||
allow appdomain { apex_art_data_file apex_module_data_file }:dir search;
|
||||
allow appdomain apex_art_data_file:dir r_dir_perms;
|
||||
allow appdomain apex_art_data_file:file r_file_perms;
|
||||
|
||||
# Allow access to tombstones if an fd to one is given to you.
|
||||
|
|
Loading…
Reference in a new issue