blob: 31fdb8c911f99939abd56daf97c17aa4513264f2 [file] [log] [blame]
Alex Klyubinf5446eb2017-03-23 14:27:32 -07001typeattribute shared_relro coredomain;
2
dcashman3e8dbf02016-12-08 11:23:34 -08003# The shared relro process is a Java program forked from the zygote, so it
4# inherits from app to get basic permissions it needs to run.
5app_domain(shared_relro)
Alan Stokes5b73b802020-12-22 15:43:23 +00006
7allow shared_relro shared_relro_file:dir rw_dir_perms;
8allow shared_relro shared_relro_file:file create_file_perms;
9
10allow shared_relro activity_service:service_manager find;
11allow shared_relro webviewupdate_service:service_manager find;
12allow shared_relro package_service:service_manager find;
13
14# StrictMode may attempt to find this service, failure is harmless.
15dontaudit shared_relro network_management_service:service_manager find;