Merge "Remove audio from socket_between.._violators" into oc-dev am: bd08796853
am: ce83ea6187
Change-Id: Iad18f7eccc02d3eb1e1955989ede6318597f9273
This commit is contained in:
commit
e94edba94e
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
###
|
||||
|
|
2
vendor/hal_audio_default.te
vendored
2
vendor/hal_audio_default.te
vendored
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue