1
0
mirror of https://github.com/yurisieucuti/treble_evolution.git synced 2024-11-13 14:39:17 +00:00
treble_evolution/sepolicy/hal_audio_sysbta.te
2024-03-10 06:48:11 +00:00

11 lines
379 B
Plaintext

type hal_audio_sysbta, domain, coredomain;
hal_server_domain(hal_audio_sysbta, hal_audio)
type hal_audio_sysbta_exec, exec_type, system_file_type, file_type;
init_daemon_domain(hal_audio_sysbta)
hal_client_domain(hal_audio_sysbta, hal_allocator)
# allow audioserver to call hal_audio dump with its own fd to retrieve status
allow hal_audio_sysbta audioserver:fifo_file write;