summaryrefslogtreecommitdiffstats
path: root/common/system_app.te
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-01-26 21:26:40 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-01-26 21:26:40 -0800
commit7cdac77d445cb2a3b9c0eb8b656313ca5619e2eb (patch)
treeca0abc529d3d5cc78ef7dfe870eb27860cce713d /common/system_app.te
parentc552d2b020783a928a62eb2477c745b687fd4af0 (diff)
parenta1432652304530418c043509ebe560df501ff06b (diff)
downloadandroid_device_qcom_sepolicy-7cdac77d445cb2a3b9c0eb8b656313ca5619e2eb.tar.gz
android_device_qcom_sepolicy-7cdac77d445cb2a3b9c0eb8b656313ca5619e2eb.tar.bz2
android_device_qcom_sepolicy-7cdac77d445cb2a3b9c0eb8b656313ca5619e2eb.zip
Merge "Merge tag 'AU_LINUX_ANDROID_LA.BF.1.1.05.00.02.162.248' into HEAD"
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;