Skip to content
Snippets Groups Projects
Commit b0ed9363 authored by Steven Moreland's avatar Steven Moreland Committed by Mikhail Naganov
Browse files

Remove audio from socket_between.._violators

Test: Play Music over BT headset
Bug: 37640821
Change-Id: I1fe6c9a289315dc0118888e19250cd64aee9a0d5
parent 89671020
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,6 @@ allow hal_audio audio_device:chr_file rw_file_perms;
allow hal_audio shell:fd use;
allow hal_audio shell:fifo_file write;
# Needed on some devices for playing audio on paired BT device,
# but seems appropriate for all devices.
unix_socket_connect(hal_audio, bluetooth, bluetooth)
###
### neverallow rules
###
......
......@@ -6,5 +6,3 @@ init_daemon_domain(hal_audio_default)
hal_client_domain(hal_audio_default, hal_allocator)
# TODO(b/37640821): Remove once Audio HAL is no longer granted access to bluetooth daemon sockets
typeattribute hal_audio_default socket_between_core_and_vendor_violators;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment