From 0c5d6dd88841a44da49925d799bd59dbd84f9117 Mon Sep 17 00:00:00 2001 From: Sebastian Pickl Date: Tue, 27 Jun 2023 08:46:41 +0000 Subject: [PATCH] Revert "Create telephony.ril.silent_reset system_ext property fo..." Revert submission 23736941-tpsr-ril-property Reason for revert: culprit for b/289014054 verified by abtd run: https://android-build.googleplex.com/builds/abtd/run/L54800000961620143 Bug: 289014054 Reverted changes: /q/submissionid:23736941-tpsr-ril-property Change-Id: I2b845e6600e613eaa10788274cb028903d5df82e --- radio/radio.te | 2 -- radio/rild.te | 2 -- system_ext/private/property_contexts | 2 -- system_ext/public/property.te | 6 ------ 4 files changed, 12 deletions(-) delete mode 100644 system_ext/private/property_contexts delete mode 100644 system_ext/public/property.te diff --git a/radio/radio.te b/radio/radio.te index 221c812..5d13273 100644 --- a/radio/radio.te +++ b/radio/radio.te @@ -1,5 +1,3 @@ -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 }; diff --git a/radio/rild.te b/radio/rild.te index 3a2bac7..a82e135 100644 --- a/radio/rild.te +++ b/radio/rild.te @@ -6,8 +6,6 @@ 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; diff --git a/system_ext/private/property_contexts b/system_ext/private/property_contexts deleted file mode 100644 index 2f40ca4..0000000 --- a/system_ext/private/property_contexts +++ /dev/null @@ -1,2 +0,0 @@ -# Telephony -telephony.ril.silent_reset u:object_r:telephony_ril_prop:s0 exact bool diff --git a/system_ext/public/property.te b/system_ext/public/property.te deleted file mode 100644 index 8ad51ac..0000000 --- a/system_ext/public/property.te +++ /dev/null @@ -1,6 +0,0 @@ -# Telephony -system_public_prop(telephony_ril_prop) - -userdebug_or_eng(` - set_prop(shell, telephony_ril_prop) -') \ No newline at end of file