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
This commit is contained in:
parent
f3a922c453
commit
0e978ba9f1
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ get_prop(system_server, tuner_config_prop)
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue