mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 09:49:16 +02:00
whyred: Address ANT+ denials
This commit is contained in:
parent
67ed696554
commit
13aaf4d446
3 changed files with 3 additions and 0 deletions
1
sepolicy/hal_bluetooth_default.te
Normal file
1
sepolicy/hal_bluetooth_default.te
Normal file
|
@ -0,0 +1 @@
|
||||||
|
allow hal_bluetooth_default wcnss_filter:unix_stream_socket connectto;
|
|
@ -1 +1,2 @@
|
||||||
allow system_server vendor_keylayout_file:file r_file_perms;
|
allow system_server vendor_keylayout_file:file r_file_perms;
|
||||||
|
allow system_server wcnss_filter:unix_stream_socket connectto;
|
||||||
|
|
1
sepolicy/wcnss_filter.te
Normal file
1
sepolicy/wcnss_filter.te
Normal file
|
@ -0,0 +1 @@
|
||||||
|
typeattribute wcnss_filter socket_between_core_and_vendor_violators;
|
Loading…
Add table
Add a link
Reference in a new issue