aboutsummaryrefslogtreecommitdiffstats
path: root/shared_relro.te
diff options
context:
space:
mode:
Diffstat (limited to 'shared_relro.te')
-rw-r--r--shared_relro.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared_relro.te b/shared_relro.te
index 54bdbb9..6a1dfd4 100644
--- a/shared_relro.te
+++ b/shared_relro.te
@@ -8,3 +8,6 @@ app_domain(shared_relro)
# Grant write access to the shared relro files/directory.
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 webviewupdate_service:service_manager find;