Revert "Create telephony.ril.silent_reset system_ext property fo..." am: 4d0eeef36f
am: b617ab420a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/23817869 Change-Id: I3c55e93124e9fb9b86ee4a9eeebf524d3b6e309a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
706b9b4328
4 changed files with 0 additions and 14 deletions
|
@ -1,5 +1,2 @@
|
||||||
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
||||||
persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool
|
persist.fingerprint.ghbm u:object_r:fingerprint_ghbm_prop:s0 exact bool
|
||||||
|
|
||||||
# Telephony
|
|
||||||
telephony.ril.silent_reset u:object_r:telephony_ril_prop:s0 exact bool
|
|
||||||
|
|
|
@ -1,9 +1,2 @@
|
||||||
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
||||||
system_vendor_config_prop(fingerprint_ghbm_prop)
|
system_vendor_config_prop(fingerprint_ghbm_prop)
|
||||||
|
|
||||||
# Telephony
|
|
||||||
system_public_prop(telephony_ril_prop)
|
|
||||||
|
|
||||||
userdebug_or_eng(`
|
|
||||||
set_prop(shell, telephony_ril_prop)
|
|
||||||
')
|
|
|
@ -1,5 +1,3 @@
|
||||||
set_prop(radio, telephony_ril_prop)
|
|
||||||
|
|
||||||
allow radio proc_vendor_sched:dir r_dir_perms;
|
allow radio proc_vendor_sched:dir r_dir_perms;
|
||||||
allow radio proc_vendor_sched:file w_file_perms;
|
allow radio proc_vendor_sched:file w_file_perms;
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@ get_prop(rild, vendor_carrier_prop)
|
||||||
get_prop(rild, sota_prop)
|
get_prop(rild, sota_prop)
|
||||||
get_prop(rild, system_boot_reason_prop)
|
get_prop(rild, system_boot_reason_prop)
|
||||||
|
|
||||||
set_prop(rild, telephony_ril_prop)
|
|
||||||
|
|
||||||
allow rild proc_net:file rw_file_perms;
|
allow rild proc_net:file rw_file_perms;
|
||||||
allow rild radio_vendor_data_file:dir create_dir_perms;
|
allow rild radio_vendor_data_file:dir create_dir_perms;
|
||||||
allow rild radio_vendor_data_file:file create_file_perms;
|
allow rild radio_vendor_data_file:file create_file_perms;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue