sm8350-common: sepolicy: allow sensors to connect to audio hal socket

This commit is contained in:
Cosmin Tanislav 2021-11-05 02:34:37 +02:00
parent ef5a227e76
commit 15816b7165

View File

@ -1,2 +1,3 @@
allow hal_sensors_default audio_socket:sock_file rw_file_perms;
allow hal_sensors_default sound_device:chr_file rw_file_perms;
allow hal_sensors_default hal_audio_default:unix_stream_socket connectto;