diff --git a/public/hal_audio.te b/public/hal_audio.te index b40427cd3150152bb8243dde0bc309a0769e6db4..ca8fe523fa30068d88af24879769a3e15912e8f0 100644 --- a/public/hal_audio.te +++ b/public/hal_audio.te @@ -1,5 +1,7 @@ hwbinder_use(hal_audio) +binder_use(hal_audio) binder_call(hal_audio, audioserver) +binder_call(hal_audio, system_server) allow hal_audio ion_device:chr_file r_file_perms; @@ -15,6 +17,8 @@ r_dir_file(hal_audio, proc) allow hal_audio audio_device:dir r_dir_perms; allow hal_audio audio_device:chr_file rw_file_perms; +allow hal_audio scheduling_policy_service:service_manager find; + # Needed on some devices for playing audio on paired BT device, # but seems appropriate for all devices. unix_socket_connect(hal_audio, bluetooth, bluetooth) diff --git a/public/system_server.te b/public/system_server.te index c0802e8d40af8c00b551c30afbbf337e9f04c49c..6bbe9913c9ceef268da699b8ec07039376783cc8 100644 --- a/public/system_server.te +++ b/public/system_server.te @@ -91,6 +91,7 @@ allow system_server { appdomain ephemeral_app }:process { sigkill signal }; # Set scheduling info for apps. allow system_server { appdomain ephemeral_app }:process { getsched setsched }; allow system_server audioserver:process { getsched setsched }; +allow system_server hal_audio:process { getsched setsched }; allow system_server cameraserver:process { getsched setsched }; allow system_server mediaserver:process { getsched setsched }; allow system_server bootanim:process { getsched setsched };