Allow RLS service to access display related sys file nodes

Allow RLS service to know if display is on via two sysfs files:

/sys/class/drm/card0-DSI-1/dpms
/sys/class/backlight/panel0-backlight/alpm_mode

Bug: 139813614
Test: CTS
Change-Id: I2c2971c50e1c5bfbe51fe5919685702abf18a77c
diff --git a/vendor/google/rlsservice.te b/vendor/google/rlsservice.te
index 2611f24..5ec2f50 100644
--- a/vendor/google/rlsservice.te
+++ b/vendor/google/rlsservice.te
@@ -22,3 +22,9 @@
 
 # For rlsservice to read debug property
 get_prop(rlsservice, camera_prop)
+
+# For rlsservice to access display related sys file nodes
+allow rlsservice sysfs_leds:dir search;
+allow rlsservice sysfs_leds:file r_file_perms;
+allow rlsservice sysfs_msm_subsys:dir search;
+allow rlsservice sysfs_msm_subsys:file r_file_perms;