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.te8
1 files changed, 6 insertions, 2 deletions
diff --git a/common/system_app.te b/common/system_app.te
index 38404108..1942a773 100644
--- a/common/system_app.te
+++ b/common/system_app.te
@@ -25,9 +25,13 @@ userdebug_or_eng(`
')
allow system_app cnd_data_file:dir w_dir_perms;
allow system_app cnd_data_file:file create_file_perms;
+allow system_app bluetooth:unix_stream_socket ioctl;
+
+# access to tee domain
+allow system_app tee:unix_dgram_socket sendto;
# access to time_daemon
allow system_app time_daemon:unix_stream_socket connectto;
-# 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;