audio: allow set_prop for vendor_audio_prop_restricted
Bug: 338910843 Test: manual test Flag: EXEMPT sepolicy Change-Id: Id8ad088512aca6cc939c25b5d747fbedeb4cd479 Signed-off-by: Robert Lee <lerobert@google.com>
This commit is contained in:
parent
ab39c35ee2
commit
6902f81e2d
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# allow access to folders
|
||||
allow hal_audio_default audio_vendor_data_file:dir rw_dir_perms;
|
||||
allow hal_audio_default audio_vendor_data_file:file create_file_perms;
|
||||
|
||||
|
@ -23,6 +24,7 @@ allow hal_audio_default sysfs_aoc_boottime:file r_file_perms;
|
|||
allow hal_audio_default dmabuf_heap_device:chr_file r_file_perms;
|
||||
|
||||
set_prop(hal_audio_default, vendor_audio_prop);
|
||||
set_prop(hal_audio_default, vendor_audio_prop_restricted);
|
||||
|
||||
hal_client_domain(hal_audio_default, hal_health);
|
||||
hal_client_domain(hal_audio_default, hal_thermal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue