audio: allow the default setting of the audio persistent property

Bug: 267694116
Test: Verified on the test build
Change-Id: I0ee81de2744656b6637868953948804d4e71dc7c
Signed-off-by: Carter Hsu <carterhsu@google.com>
This commit is contained in:
Carter Hsu 2022-12-22 12:44:47 +08:00
parent 35a2c3cd6d
commit 9d327a161a

View file

@ -6,3 +6,6 @@ set_prop(vendor_init, vendor_battery_defender_prop)
allow vendor_init proc_dirty:file w_file_perms;
allow vendor_init proc_sched:file w_file_perms;
allow vendor_init modem_img_file:filesystem { getattr };
# Audio property
set_prop(vendor_init, vendor_audio_prop)