summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard LIU <richardl@codeaurora.org>2014-12-17 11:44:06 +0800
committerSteve Kondik <steve@cyngn.com>2015-01-15 17:36:01 -0800
commit2a2c5b719326370fe1d97bdc6b2d59bca60106dc (patch)
treeb174dfd89f945f4ef97354aa0b749fc9e9b299f5
parent86102823479b4531572cf49351b725ebca9ec869 (diff)
downloadandroid_device_qcom_sepolicy-2a2c5b719326370fe1d97bdc6b2d59bca60106dc.tar.gz
android_device_qcom_sepolicy-2a2c5b719326370fe1d97bdc6b2d59bca60106dc.tar.bz2
android_device_qcom_sepolicy-2a2c5b719326370fe1d97bdc6b2d59bca60106dc.zip
Sepolicy: allow RILD to access health monitor device
Assign read permission on system health monitor device to RILD Change-Id: I1691c8354d55f0caea7cf7d85847a15e5e6a344c
-rw-r--r--common/rild.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rild.te b/common/rild.te
index 1f954259..067e9505 100644
--- a/common/rild.te
+++ b/common/rild.te
@@ -15,6 +15,7 @@ allow rild mediaserver:binder { transfer call };
allow rild diag_device:chr_file { open read write };
allow rild rild_socket:chr_file { open read write };
+allow rild system_health_monitor_device:chr_file r_file_perms;
allow rild sysfs_ssr:dir r_dir_perms;
allow rild sysfs_ssr:lnk_file read;