Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98c7f8d6 authored by Michael Bestas's avatar Michael Bestas
Browse files

Allow recovery write to sysfs_graphics

* I771556a254688b3e934d196717f755c783387704 broke it
  so recovery wasn't able to write to the brightness path

Change-Id: I1cc51176cabeafc3f4fb697fe0e434a943581a44
parent 541bcf2f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@ recovery_only(`
r_dir_file(recovery, sysfs_battery_supply)
r_dir_file(recovery, sysfs_graphics)
r_dir_file(recovery, sysfs_usb_supply)
allow recovery sysfs_graphics:file write;
')