2021-10-21 08:00:05 -04:00
|
|
|
type audio_socket, file_type;
|
|
|
|
type sound_device, dev_type;
|
|
|
|
|
2021-10-13 16:03:14 -04:00
|
|
|
set_prop(hal_audio_default, vendor_audio_prop)
|
2021-10-21 08:00:05 -04:00
|
|
|
|
|
|
|
allow hal_audio_default audio_socket:sock_file rw_file_perms;
|
|
|
|
allow hal_audio_default sound_device:chr_file rw_file_perms;
|