android_system_sepolicy/vendor/hal_audio_default.te
Alex Klyubin cbc0d2bb91 Add a TODO for the Audio HAL socket use violation
Test: mmm system/sepolicy -- this is just a comment change
Bug: 37640821
Change-Id: I28c27b369268e75ab6b2d27bcb30b88acb2732e6
2017-04-24 14:47:20 -07:00

11 lines
410 B
Plaintext

type hal_audio_default, domain;
hal_server_domain(hal_audio_default, hal_audio)
type hal_audio_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_audio_default)
hal_client_domain(hal_audio_default, hal_allocator)
# TODO(b/37640821): Remove one Audio HAL is no longer granted access bluetooth daemon sockets
typeattribute hal_audio_default socket_between_core_and_vendor_violators;