diff --git a/public/shared_relro.te b/public/shared_relro.te index 91cf44d0244adc49669c7f98fee241445f37c27b..8fe1fead5e2116e507776e9c8d264d1a9e77f45a 100644 --- a/public/shared_relro.te +++ b/public/shared_relro.te @@ -6,4 +6,5 @@ allow shared_relro shared_relro_file:dir rw_dir_perms; allow shared_relro shared_relro_file:file create_file_perms; # Needs to contact the "webviewupdate" and "activity" services +allow shared_relro activity_service:service_manager find; allow shared_relro webviewupdate_service:service_manager find;