Skip to content
Snippets Groups Projects
Commit f3bf89c6 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "Remove sys/class/leds permissions from dumpstate."

am: 0b6856f5

Change-Id: I7a46caf78de021df995c974e607629d69536b025
parents ea3942f0 0b6856f5
No related branches found
No related tags found
No related merge requests found
...@@ -253,11 +253,6 @@ r_dir_file(dumpstate, sysfs) ...@@ -253,11 +253,6 @@ r_dir_file(dumpstate, sysfs)
# Allow dumpstate to run top # Allow dumpstate to run top
allow dumpstate proc_stat:file r_file_perms; 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 # Allow dumpstate to talk to installd over binder
binder_call(dumpstate, installd); binder_call(dumpstate, installd);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment