shared_relro.te 521 B

1234567891011
  1. # Process which creates/updates shared RELRO files to be used by other apps.
  2. type shared_relro, domain;
  3. # Grant write access to the shared relro files/directory.
  4. allow shared_relro shared_relro_file:dir rw_dir_perms;
  5. allow shared_relro shared_relro_file:file create_file_perms;
  6. # Needs to contact the "webviewupdate" and "activity" services
  7. allow shared_relro activity_service:service_manager find;
  8. allow shared_relro webviewupdate_service:service_manager find;
  9. allow shared_relro package_service:service_manager find;