Merge "Remove sys/class/leds permissions from dumpstate." am: 0b6856f59b am: f3bf89c682

am: 47eecb4c32

Change-Id: I2bfd54c68c26d393a80ee1ee0e2e00854f488999
This commit is contained in:
Steven Moreland 2017-12-22 22:02:23 +00:00 committed by android-build-merger
commit 4c57d6f661

View file

@ -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);