Skip to content
Snippets Groups Projects
Commit c6f9d44d authored by dcashman's avatar dcashman Committed by Android Git Automerger
Browse files

am 711895db: Allow appdomain read perms on apk_data_files.

* commit '711895db':
  Allow appdomain read perms on apk_data_files.
parents 0812ac48 711895db
No related branches found
No related tags found
No related merge requests found
...@@ -142,6 +142,7 @@ allow appdomain shared_relro_file:dir search; ...@@ -142,6 +142,7 @@ allow appdomain shared_relro_file:dir search;
allow appdomain shared_relro_file:file r_file_perms; allow appdomain shared_relro_file:file r_file_perms;
# Allow apps to read/execute installed binaries # Allow apps to read/execute installed binaries
allow appdomain apk_data_file:dir r_dir_perms;
allow appdomain apk_data_file:file { rx_file_perms execmod }; allow appdomain apk_data_file:file { rx_file_perms execmod };
# /data/resource-cache # /data/resource-cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment