add:udev rules

This commit is contained in:
2025-12-07 14:28:43 +09:00
parent f13af3b019
commit 0207079449
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1 @@
ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video $sys$devpath/brightness", RUN+="/bin/chmod g+w $sys$devpath /brightness"