Merge "sepolicy: allow hal_omx to access audio devices" into qt-dev
am: ab2e89a695
Change-Id: I851103754710bc63d988d20be3b8828d137f8100
This commit is contained in:
commit
dbd195c268
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ neverallow hal_audio_server { file_type fs_type }:file execute_no_trans;
|
|||
neverallow hal_audio_server domain:{ tcp_socket udp_socket rawip_socket } *;
|
||||
|
||||
# Only audio HAL may directly access the audio hardware
|
||||
neverallow { halserverdomain -hal_audio_server } audio_device:chr_file *;
|
||||
neverallow { halserverdomain -hal_audio_server -hal_omx_server } audio_device:chr_file *;
|
||||
|
||||
get_prop(hal_audio, bluetooth_a2dp_offload_prop)
|
||||
get_prop(hal_audio, bluetooth_audio_hal_prop)
|
||||
|
|
|
@ -32,7 +32,7 @@ neverallow hal_audio_server { file_type fs_type }:file execute_no_trans;
|
|||
neverallow hal_audio_server domain:{ tcp_socket udp_socket rawip_socket } *;
|
||||
|
||||
# Only audio HAL may directly access the audio hardware
|
||||
neverallow { halserverdomain -hal_audio_server } audio_device:chr_file *;
|
||||
neverallow { halserverdomain -hal_audio_server -hal_omx_server } audio_device:chr_file *;
|
||||
|
||||
get_prop(hal_audio, bluetooth_a2dp_offload_prop)
|
||||
get_prop(hal_audio, bluetooth_audio_hal_prop)
|
||||
|
|
Loading…
Reference in a new issue