Merge Android 13 QPR3

Bug: 275386652
Merged-In: I89a052032341990256d608d6708b6d1ac8aceda9
Change-Id: Ifa06cf00a9afba89d0d31c865dc5fde9bf1c05e6
diff --git a/public/hal_drm.te b/public/hal_drm.te
index 43d0a7c..34ca0b2 100644
--- a/public/hal_drm.te
+++ b/public/hal_drm.te
@@ -12,7 +12,7 @@
 allow hal_drm self:process execmem;
 
 # Permit reading device's serial number from system properties
-get_prop(hal_drm, serialno_prop)
+get_prop(hal_drm_server, serialno_prop)
 
 # Read files already opened under /data
 allow hal_drm system_data_file:file { getattr read };