Revert "Adding sepolicy rules for CrashRecoveryProperties"

Revert submission 2931990-cr-sysprop

Reason for revert: Causing CTS fail at b/323272250 b/323278067 b/323284822

Reverted changes: /q/submissionid:2931990-cr-sysprop

Change-Id: I41c3804cb5b6e0aff0cc8e90995d0e65888c7988
diff --git a/private/property.te b/private/property.te
index 38e69bb..a098d05 100644
--- a/private/property.te
+++ b/private/property.te
@@ -2,7 +2,6 @@
 system_internal_prop(adbd_prop)
 system_internal_prop(apexd_payload_metadata_prop)
 system_internal_prop(ctl_snapuserd_prop)
-system_internal_prop(crashrecovery_prop)
 system_internal_prop(device_config_core_experiments_team_internal_prop)
 system_internal_prop(device_config_lmkd_native_prop)
 system_internal_prop(device_config_mglru_native_prop)
diff --git a/private/property_contexts b/private/property_contexts
index 2812556..be72223 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -1630,14 +1630,3 @@
 
 # Properties for ThreadNetworkService
 threadnetwork.country_code u:object_r:threadnetwork_config_prop:s0 exact string
-
-# Properties for crashrecovery
-crashrecovery.attempting_factory_reset u:object_r:crashrecovery_prop:s0 exact bool
-crashrecovery.attempting_reboot u:object_r:crashrecovery_prop:s0 exact bool
-crashrecovery.boot_mitigation_count u:object_r:crashrecovery_prop:s0 exact int
-crashrecovery.boot_mitigation_start u:object_r:crashrecovery_prop:s0 exact int
-crashrecovery.max_rescue_level_attempted u:object_r:crashrecovery_prop:s0 exact int
-crashrecovery.rescue_boot_count u:object_r:crashrecovery_prop:s0 exact int
-crashrecovery.rescue_boot_start u:object_r:crashrecovery_prop:s0 exact int
-persist.crashrecovery.enable_rescue u:object_r:crashrecovery_prop:s0 exact bool
-persist.crashrecovery.last_factory_reset u:object_r:crashrecovery_prop:s0 exact int
diff --git a/private/system_server.te b/private/system_server.te
index d4ce559..20c3e8b 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -736,7 +736,6 @@
 set_prop(system_server, locale_prop)
 set_prop(system_server, timezone_metadata_prop)
 set_prop(system_server, timezone_prop)
-set_prop(system_server, crashrecovery_prop)
 userdebug_or_eng(`set_prop(system_server, wifi_log_prop)')
 userdebug_or_eng(`set_prop(system_server, system_user_mode_emulation_prop)')
 
@@ -1580,7 +1579,3 @@
 # Allow system server to read pm.archiving.enabled prop
 # TODO(azilio): Remove system property after archiving testing is completed.
 get_prop(system_server, pm_archiving_enabled_prop)
-
-# Do not allow any domain other than init or system server to get or set the property
-neverallow { domain -init -system_server } crashrecovery_prop:property_service set;
-neverallow { domain -init -dumpstate -system_server } crashrecovery_prop:file no_rw_file_perms;