summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-12-30 03:20:50 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-12-30 03:20:50 -0800
commitff5105e7430e03429471588f12dfcd7775760e9f (patch)
tree2909c63780557476da121a09453663d0ce98ee52
parentf43b8e744992696880c3687d3d93d93147946bdb (diff)
parent03d6f16e2bb2b974e37ca59e06a7801bab5958a9 (diff)
downloadandroid_device_qcom_sepolicy-ff5105e7430e03429471588f12dfcd7775760e9f.tar.gz
android_device_qcom_sepolicy-ff5105e7430e03429471588f12dfcd7775760e9f.tar.bz2
android_device_qcom_sepolicy-ff5105e7430e03429471588f12dfcd7775760e9f.zip
Merge "Location: added network access permission for test app"
-rw-r--r--common/location_app.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/location_app.te b/common/location_app.te
index a2ef5690..7bc7a5a7 100644
--- a/common/location_app.te
+++ b/common/location_app.te
@@ -6,6 +6,7 @@ qmux_socket(location_app)
#Permissions for JDWP
userdebug_or_eng(`
+ net_domain(location_app)
allow location_app { adbd su }:unix_stream_socket connectto;
allow location_app surfaceflinger_service:service_manager find;
')