summaryrefslogtreecommitdiffstats
path: root/common/system_app.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/system_app.te')
-rw-r--r--common/system_app.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/system_app.te b/common/system_app.te
index 83395385..64ab3171 100644
--- a/common/system_app.te
+++ b/common/system_app.te
@@ -37,3 +37,6 @@ allow system_app color_service:service_manager add;
userdebug_or_eng(`
r_dir_file(system_app, firmware_file);
')
+
+# access to time_daemon
+allow system_app time_daemon:unix_stream_socket connectto;