Added udev rule and init.d script for allowing users of video group to control backlight
This commit is contained in:
3
rules/91-backlight.rules
Normal file
3
rules/91-backlight.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
SUBSYSTEM=="backlight", ACTION=="add", \
|
||||
RUN+="/bin/chgrp video %S%p/brightness", \
|
||||
RUN+="/bin/chmod g+w %S%p/brightness"
|
||||
Reference in New Issue
Block a user