audio: allow Audio HAL to write the audio vendor property am: a48fe668fe
am: 5e15c15486
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/18740329 Change-Id: I328e5b79750f7d282bcb7655af0d0705c90a9dfd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
0cdeaa262d
2 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,7 @@ allow hal_audio_default sysfs_pixelstats:file rw_file_perms;
|
|||
#allow access to DMABUF Heaps for AAudio API
|
||||
allow hal_audio_default dmabuf_heap_device:chr_file r_file_perms;
|
||||
|
||||
get_prop(hal_audio_default, vendor_audio_prop);
|
||||
set_prop(hal_audio_default, vendor_audio_prop);
|
||||
|
||||
hal_client_domain(hal_audio_default, hal_health);
|
||||
hal_client_domain(hal_audio_default, hal_thermal);
|
||||
|
|
|
@ -11,6 +11,7 @@ set_prop(vendor_init, vendor_usb_config_prop)
|
|||
set_prop(vendor_init, vendor_rild_prop)
|
||||
set_prop(vendor_init, logpersistd_logging_prop)
|
||||
set_prop(vendor_init, vendor_logger_prop)
|
||||
set_prop(vendor_init, vendor_audio_prop)
|
||||
|
||||
allow vendor_init proc_dirty:file w_file_perms;
|
||||
allow vendor_init proc_sched:file w_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue