Merge "Remove sys/class/leds permissions from dumpstate."
diff --git a/public/dumpstate.te b/public/dumpstate.te
index 6f1fa69..5dc6894 100644
--- a/public/dumpstate.te
+++ b/public/dumpstate.te
@@ -253,11 +253,6 @@
# Allow dumpstate to run top
allow dumpstate proc_stat:file r_file_perms;
-# Allow dumpstate to read backlight details
-allow dumpstate sysfs_leds:lnk_file r_file_perms;
-allow dumpstate sysfs_leds:file r_file_perms;
-allow dumpstate sysfs_leds:dir search;
-
# Allow dumpstate to talk to installd over binder
binder_call(dumpstate, installd);