Skip to content
Snippets Groups Projects
Commit 8388a9d2 authored by Richard Coles's avatar Richard Coles Committed by android-build-merger
Browse files

Merge "Allow shared_relro to connect to activity_service."

am: 6775ee15

Change-Id: Ic203cf4c63bde64c02ed90715b5a0c78c78df0aa
parents c9c63b7e 6775ee15
No related branches found
No related tags found
No related merge requests found
...@@ -6,4 +6,5 @@ allow shared_relro shared_relro_file:dir rw_dir_perms; ...@@ -6,4 +6,5 @@ allow shared_relro shared_relro_file:dir rw_dir_perms;
allow shared_relro shared_relro_file:file create_file_perms; allow shared_relro shared_relro_file:file create_file_perms;
# Needs to contact the "webviewupdate" and "activity" services # Needs to contact the "webviewupdate" and "activity" services
allow shared_relro activity_service:service_manager find;
allow shared_relro webviewupdate_service:service_manager find; allow shared_relro webviewupdate_service:service_manager find;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment