xref: /aosp_15_r20/system/sepolicy/prebuilts/api/31.0/private/shared_relro.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1typeattribute shared_relro coredomain;
2
3# 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)
6
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;
16