Merge "Create telephony.ril.silent_reset system_ext property for RILD restart" into udc-qpr-dev am: 6a7b19e2dc am: 1fb389168d

Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma-sepolicy/+/23736941

Change-Id: Ia55ce09c87cebda5c821e5d65d115384b4e212f8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Samuel Huang 2023-06-27 03:55:53 +00:00 committed by Automerger Merge Worker
commit c58d851674
4 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,5 @@
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 };

View file

@ -6,6 +6,8 @@ get_prop(rild, vendor_carrier_prop)
get_prop(rild, sota_prop)
get_prop(rild, system_boot_reason_prop)
set_prop(rild, telephony_ril_prop)
allow rild proc_net:file rw_file_perms;
allow rild radio_vendor_data_file:dir create_dir_perms;
allow rild radio_vendor_data_file:file create_file_perms;

View file

@ -0,0 +1,2 @@
# Telephony
telephony.ril.silent_reset u:object_r:telephony_ril_prop:s0 exact bool

View file

@ -0,0 +1,6 @@
# Telephony
system_public_prop(telephony_ril_prop)
userdebug_or_eng(`
set_prop(shell, telephony_ril_prop)
')