summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2016-07-25 01:51:58 -0500
committerMatt Mower <mowerm@gmail.com>2016-07-25 01:51:58 -0500
commit27c502e05fabf3f1f49e9c1814c4035a15fbc187 (patch)
tree8d01157d0501d15dfc296987b481b2a36df9ea08
parentb6467539556079b858b3c9b51aca4461916e07cf (diff)
downloadandroid_device_qcom_sepolicy-27c502e05fabf3f1f49e9c1814c4035a15fbc187.tar.gz
android_device_qcom_sepolicy-27c502e05fabf3f1f49e9c1814c4035a15fbc187.tar.bz2
android_device_qcom_sepolicy-27c502e05fabf3f1f49e9c1814c4035a15fbc187.zip
sepolicy: Mark time_daemon domain as mlstrusted
* Relax socket constraints for platform apps Change-Id: Ib8a44887b3cceb3481f8a66600b43c761fbaa70c
-rw-r--r--common/time_daemon.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/time_daemon.te b/common/time_daemon.te
index e67e425c..7cf53952 100644
--- a/common/time_daemon.te
+++ b/common/time_daemon.te
@@ -1,5 +1,5 @@
# Policies for time daemon
-type time_daemon, domain;
+type time_daemon, domain, mlstrustedsubject;
type time_daemon_exec, exec_type, file_type;
type time_data_file, file_type, data_file_type;