diff --git a/public/dumpstate.te b/public/dumpstate.te
index 6f1fa69c02a6dd2c6ae52a828e138baa2bc59fe5..5dc6894cafe9c08029324ab142ff3d9be66ef4fd 100644
--- a/public/dumpstate.te
+++ b/public/dumpstate.te
@@ -253,11 +253,6 @@ r_dir_file(dumpstate, sysfs)
 # 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);