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

am ad891591: isolated_app: allow app_data_file execute

* commit 'ad891591':
  isolated_app: allow app_data_file execute
parents d8071ca1 ad891591
Branches
Tags
No related merge requests found
......@@ -12,3 +12,9 @@
type isolated_app, domain;
app_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