diff --git a/private/compat/26.0/26.0.cil b/private/compat/26.0/26.0.cil
index 15d5a6439bd6b0ca4427fd6990d565e8bb4dc971..7c8f03ea2a19aebd74f61e1503836b88d86d5a9b 100644
--- a/private/compat/26.0/26.0.cil
+++ b/private/compat/26.0/26.0.cil
@@ -135,8 +135,7 @@
 (typeattributeset default_android_hwservice_26_0 (default_android_hwservice))
 (typeattributeset default_android_service_26_0 (default_android_service))
 (typeattributeset default_android_vndservice_26_0 (default_android_vndservice))
-(typeattributeset default_prop_26_0
-  ( default_prop pm_prop))
+(typeattributeset default_prop_26_0 (default_prop))
 (typeattributeset device_26_0 (device))
 (typeattributeset device_identifiers_service_26_0 (device_identifiers_service))
 (typeattributeset deviceidle_service_26_0 (deviceidle_service))
diff --git a/private/domain.te b/private/domain.te
index 95150741e65dbc0059a3d9071000d91936955b53..4015cf93b3ad09e97bcc87cc0e9921379804e3fe 100644
--- a/private/domain.te
+++ b/private/domain.te
@@ -45,7 +45,6 @@ full_treble_only(`
     -storaged
     -system_app
     -ueventd
-    -update_verifier
     -vold
     -vendor_init
   } sysfs:file no_rw_file_perms;
diff --git a/private/property_contexts b/private/property_contexts
index 1706224da0a78760126f03b5b59db1daec300106..55974c041f8444bb53a722dc5c2d21fc23636a9f 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -68,7 +68,6 @@ ro.bt.                  u:object_r:bluetooth_prop:s0
 ro.boot.bootreason      u:object_r:bootloader_boot_reason_prop:s0
 persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0
 sys.boot.reason         u:object_r:system_boot_reason_prop:s0
-pm.                     u:object_r:pm_prop:s0
 
 # Boolean property set by system server upon boot indicating
 # if device owner is provisioned.
diff --git a/private/system_server.te b/private/system_server.te
index 0c02fb22f1761680425051c7300f5dfa1437eb97..bf25a840e501e92940b9b5979d9c013c62ae6518 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -481,7 +481,6 @@ set_prop(system_server, fingerprint_prop)
 set_prop(system_server, device_logging_prop)
 set_prop(system_server, dumpstate_options_prop)
 set_prop(system_server, overlay_prop)
-set_prop(system_server, pm_prop)
 userdebug_or_eng(`set_prop(system_server, wifi_log_prop)')
 
 # ctl interface
diff --git a/public/property.te b/public/property.te
index be84d4a97072b86a0f2c09695093daa499e240b9..713dc837341b4fd8cab40edc73edd3c90801c7a4 100644
--- a/public/property.te
+++ b/public/property.te
@@ -39,7 +39,6 @@ type overlay_prop, property_type;
 type pan_result_prop, property_type, core_property_type;
 type persist_debug_prop, property_type, core_property_type;
 type persistent_properties_ready_prop, property_type;
-type pm_prop, property_type;
 type powerctl_prop, property_type, core_property_type;
 type radio_prop, property_type, core_property_type;
 type restorecon_prop, property_type, core_property_type;