diff options
Diffstat (limited to 'user/acpilight/rules-warning.patch')
-rw-r--r-- | user/acpilight/rules-warning.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/acpilight/rules-warning.patch b/user/acpilight/rules-warning.patch new file mode 100644 index 000000000..45c7abacb --- /dev/null +++ b/user/acpilight/rules-warning.patch @@ -0,0 +1,8 @@ +--- acpilight-1.0/90-backlight.rules 2017-02-23 21:03:30.000000000 +0000 ++++ acpilight-1.0/90-backlight.rules 2018-01-13 09:14:11.290000000 +0000 +@@ -1,4 +1,5 @@ + # Allow video group to control backlight and leds ++# do not edit this file, it will be overwritten on update + SUBSYSTEM=="backlight", ACTION=="add", \ + RUN+="/bin/chgrp video %S%p/brightness", \ + RUN+="/bin/chmod g+w %S%p/brightness" |