summaryrefslogtreecommitdiffstats
path: root/sepolicy/qcom/system_server.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/qcom/system_server.te')
-rw-r--r--sepolicy/qcom/system_server.te6
1 files changed, 6 insertions, 0 deletions
diff --git a/sepolicy/qcom/system_server.te b/sepolicy/qcom/system_server.te
new file mode 100644
index 0000000..362bd4f
--- /dev/null
+++ b/sepolicy/qcom/system_server.te
@@ -0,0 +1,6 @@
+# LiveDisplay access to color calibration
+allow system_server pps_socket:sock_file rw_file_perms;
+allow system_server mm-pp-daemon:unix_stream_socket connectto;
+
+# Time services
+allow system_server time_daemon:unix_stream_socket connectto;