summaryrefslogtreecommitdiffstats
path: root/common/dataservice_app.te
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-12 22:14:03 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-12 22:14:03 -0700
commit952d39556be6417579b39e16d09dd283aec61022 (patch)
tree4ed13f78b8caefc1e7a1c0bca4a3fdba30050167 /common/dataservice_app.te
parentfec07fe5ce6c0268cf7a495fa377626bd481ae88 (diff)
parent277acbba3c7adbb01364f738638a23b1b8674311 (diff)
downloadandroid_device_qcom_sepolicy-952d39556be6417579b39e16d09dd283aec61022.tar.gz
android_device_qcom_sepolicy-952d39556be6417579b39e16d09dd283aec61022.tar.bz2
android_device_qcom_sepolicy-952d39556be6417579b39e16d09dd283aec61022.zip
Merge "sepolicy: Restrict diag access available to domains"
Diffstat (limited to 'common/dataservice_app.te')
-rw-r--r--common/dataservice_app.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/dataservice_app.te b/common/dataservice_app.te
index db123df8..9c48a601 100644
--- a/common/dataservice_app.te
+++ b/common/dataservice_app.te
@@ -52,3 +52,7 @@ dontaudit dataservice_app domain:dir r_dir_perms;
#allow dpmservice to get running time for apps
r_dir_file(dataservice_app, appdomain)
+
+userdebug_or_eng(`
+ diag_use(dataservice_app)
+')