Revert submission 23817868-revert-23736941-tpsr-ril-property-WQVGKEVBKX Reason for revert: The root cause is missing property definition in gs101-sepolicy. This CL can be merged safely. Verified by abtd run: https://android-build.googleplex.com/builds/abtd/run/L48900000961646046 Reverted changes: /q/submissionid:23817868-revert-23736941-tpsr-ril-property-WQVGKEVBKX Bug: 286476107 Change-Id: I81a350f1df3c9071945e484277ed7fab5ae4c60e
8 lines
372 B
Text
8 lines
372 B
Text
set_prop(radio, telephony_ril_prop)
|
|
|
|
allow radio radio_vendor_data_file:dir rw_dir_perms;
|
|
allow radio radio_vendor_data_file:file create_file_perms;
|
|
allow radio vendor_ims_app:udp_socket { getattr read write setopt shutdown };
|
|
allow radio aoc_device:chr_file rw_file_perms;
|
|
allow radio hal_audio_ext_hwservice:hwservice_manager find;
|
|
binder_call(radio, hal_audio_default)
|