diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2018-10-05 00:09:40 +0300 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2018-11-25 22:26:15 +0100 |
commit | 1f252ed3ad03e3513592e664307c2daea211a984 (patch) | |
tree | 1258da64d3269ac5cf16b066e1ec9b3004cf7fdc | |
parent | 1aae57aae1e077435e9df9f310057aae3951552e (diff) | |
download | android_device_qcom_sepolicy-legacy-1f252ed3ad03e3513592e664307c2daea211a984.tar.gz android_device_qcom_sepolicy-legacy-1f252ed3ad03e3513592e664307c2daea211a984.tar.bz2 android_device_qcom_sepolicy-legacy-1f252ed3ad03e3513592e664307c2daea211a984.zip |
legacy: Resolve hal_bluetooth_default denial
* This comes up when switching bluetooth to hwbinder
* Mimic the old bluetooth rule to resolve the denial
Change-Id: I4852e3efc413061a4fc459259395ff9586605c12
-rw-r--r-- | legacy-common/hal_bluetooth_default.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy-common/hal_bluetooth_default.te b/legacy-common/hal_bluetooth_default.te new file mode 100644 index 0000000..aef3417 --- /dev/null +++ b/legacy-common/hal_bluetooth_default.te @@ -0,0 +1 @@ +allow hal_bluetooth_default wcnss_filter:unix_stream_socket connectto; |