summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-11-08 17:14:51 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-08 17:14:51 -0800
commit4c2110f735c3f8fcab874bfbfa5fcb2a5b6edd48 (patch)
treee3949e911957916096ef2aa3642de87caefcca72
parent45b3434bd861ef03721bbb5080f3a8dbbb60a648 (diff)
parentffb2bda8c713b9e12f107468b4db583971569c7e (diff)
downloadandroid_device_qcom_sepolicy-4c2110f735c3f8fcab874bfbfa5fcb2a5b6edd48.tar.gz
android_device_qcom_sepolicy-4c2110f735c3f8fcab874bfbfa5fcb2a5b6edd48.tar.bz2
android_device_qcom_sepolicy-4c2110f735c3f8fcab874bfbfa5fcb2a5b6edd48.zip
Merge "Bluetooth: Adding entry for Bluetooth Logger Process"
-rw-r--r--common/bluetooth.te4
-rw-r--r--common/file_contexts1
2 files changed, 5 insertions, 0 deletions
diff --git a/common/bluetooth.te b/common/bluetooth.te
index 2656f060..eef36b8d 100644
--- a/common/bluetooth.te
+++ b/common/bluetooth.te
@@ -11,6 +11,10 @@ type btsnoop, bluetoothdomain, domain_deprecated;
type btsnoop_exec, exec_type, file_type;
domain_auto_trans(init, btsnoop_exec, bluetooth)
+type bt_logger, bluetoothdomain;
+type bt_logger_exec, exec_type, file_type;
+domain_auto_trans(init, bt_logger_exec, bluetooth)
+
type btnvtool, bluetoothdomain, domain_deprecated;
type btnvtool_exec, exec_type, file_type;
domain_auto_trans(init, btnvtool_exec, bluetooth)
diff --git a/common/file_contexts b/common/file_contexts
index b60d8432..bf3391d4 100644
--- a/common/file_contexts
+++ b/common/file_contexts
@@ -230,6 +230,7 @@
/system/bin/sapd u:object_r:sapd_exec:s0
/system/bin/btnvtool u:object_r:btnvtool_exec:s0
/system/bin/btsnoop u:object_r:btsnoop_exec:s0
+/system/bin/bt_logger u:object_r:bt_logger_exec:s0
/system/bin/dun-server u:object_r:dun-server_exec:s0
/system/bin/wfdservice u:object_r:wfdservice_exec:s0
/system/bin/wcnss_filter u:object_r:wcnss_filter_exec:s0