summaryrefslogtreecommitdiff
path: root/sepolicy/hal_audio.te
blob: b8a1de06c6bb486b77166af0b84550ca892684b5 (plain)
1
2
3
4
5
6
7
unix_socket_connect(hal_audio, thermal, thermal-engine)

# allow communication w/perfd
allow hal_audio perfd_data_file:dir search;
allow hal_audio perfd_data_file:sock_file write;
allow hal_audio perfd:unix_dgram_socket sendto;
allow hal_audio perfd:unix_stream_socket connectto;