Fix incorrect domain used in system_server.te
This was accidentally copied and pasted from the app domain. The intent
was for system_server to be able to read the prop.
Test: manually
Bug: 269246893
Change-Id: I78d5fa62a2e112d3bf363b8d96348a645ef4caaa
diff --git a/private/system_server.te b/private/system_server.te
index 3cff939..27e5594 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -842,7 +842,7 @@
set_prop(system_server, tuner_server_ctl_prop)
# Allow the heap dump ART plugin to the count of sessions waiting for OOME
-get_prop(appdomain, traced_oome_heap_session_count_prop)
+get_prop(system_server, traced_oome_heap_session_count_prop)
# Create a socket for connections from debuggerd.
allow system_server system_ndebug_socket:sock_file create_file_perms;