summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-02-20 00:23:05 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-02-20 00:23:05 -0800
commitdec783f73679f4fa09eeee7d86f80f30b842339e (patch)
treea9ad911f79922b270f0ce7f5f0d0517675a0a44f
parent9e5cfd880e6690cd60b299a20fedf53b414bd3ef (diff)
parentae8be8eff155448bb04bc79f5e8b587a1d85ff4c (diff)
downloadandroid_device_qcom_sepolicy-dec783f73679f4fa09eeee7d86f80f30b842339e.tar.gz
android_device_qcom_sepolicy-dec783f73679f4fa09eeee7d86f80f30b842339e.tar.bz2
android_device_qcom_sepolicy-dec783f73679f4fa09eeee7d86f80f30b842339e.zip
Merge "Enable location_app find permission for user builds"
-rw-r--r--common/location_app.te2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/location_app.te b/common/location_app.te
index 7bc7a5a7..3c8f5d6a 100644
--- a/common/location_app.te
+++ b/common/location_app.te
@@ -8,9 +8,9 @@ qmux_socket(location_app)
userdebug_or_eng(`
net_domain(location_app)
allow location_app { adbd su }:unix_stream_socket connectto;
- allow location_app surfaceflinger_service:service_manager find;
')
+allow location_app surfaceflinger_service:service_manager find;
allow location_app location_app_data_file:dir create_dir_perms;
allow location_app location_app_data_file:file create_file_perms ;
allow location_app location_data_file:dir rw_dir_perms;