aboutsummaryrefslogtreecommitdiffstats
path: root/rild.te
diff options
context:
space:
mode:
authorhqjiang <hqjiang1988@gmail.com>2012-07-10 14:36:22 -0700
committerStephen Smalley <sds@tycho.nsa.gov>2012-07-12 09:27:40 -0400
commit81039ab556b72d43b703da0ac1eb93b979ee6bc4 (patch)
tree21722acfa123470fc675d97fe403b1f2607583a5 /rild.te
parent60e4f114acb237bdd195d9cc433a754d0471005a (diff)
downloadandroid_external_sepolicy-81039ab556b72d43b703da0ac1eb93b979ee6bc4.tar.gz
android_external_sepolicy-81039ab556b72d43b703da0ac1eb93b979ee6bc4.tar.bz2
android_external_sepolicy-81039ab556b72d43b703da0ac1eb93b979ee6bc4.zip
Corrected denials for LocationManager when accessing gps over uart.
Diffstat (limited to 'rild.te')
-rw-r--r--rild.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/rild.te b/rild.te
index 033fc84..9176348 100644
--- a/rild.te
+++ b/rild.te
@@ -34,3 +34,6 @@ allow rild sysfs:file rw_file_perms;
# property service
allow rild rild_prop:property_service set;
allow rild radio_prop:property_service set;
+
+# Read/Write to uart driver (for GPS)
+allow rild gps_device:chr_file rw_file_perms;