Merge "system_suspend: sysfs path resolution"
diff --git a/private/system_server.te b/private/system_server.te
index 3e3d8eb..9232843 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -901,6 +901,10 @@
# system_server contains time / time zone detection logic so reads the associated properties.
get_prop(system_server, time_prop)
+# system_server reads this property to know it should expect the lmkd sends notification to it
+# on low memory kills.
+get_prop(system_server, system_lmk_prop)
+
###
### Neverallow rules
###