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 1666d69d..45532f47 100644
--- a/common/system_app.te
+++ b/common/system_app.te
@@ -29,3 +29,6 @@ allow system_app bluetooth:unix_stream_socket ioctl;
# access to tee domain
allow system_app tee:unix_dgram_socket sendto;
+
+# access to color service SDK
+allow system_app color_service:service_manager add;