Skip to content
Snippets Groups Projects
Commit 7622d50a authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 66b4b0c0: am ad891591: isolated_app: allow app_data_file execute

* commit '66b4b0c0':
  isolated_app: allow app_data_file execute
parents 76ad64e6 66b4b0c0
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,9 @@ ...@@ -12,3 +12,9 @@
type isolated_app, domain; type isolated_app, domain;
app_domain(isolated_app) app_domain(isolated_app)
net_domain(isolated_app) net_domain(isolated_app)
# read and write access to app_data_file is already
# granted via app.te. Allow execute.
# Needed to allow dlopen() from Chrome renderer processes.
# See b/15902433 for details.
allow isolated_app app_data_file:file execute;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment