android_system_sepolicy/public/audioserver.te

7 lines
224 B
Plaintext
Raw Normal View History

# audioserver - audio services daemon
type audioserver, domain;
type audioserver_tmpfs, file_type;
# Allow audioserver to signal audio HAL processes and dump their stacks.
allow audioserver hal_audio_server:process signal;