2 lines
190 B
Text
2 lines
190 B
Text
# Add write access to the PC speaker for the "beep" group
|
|
ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="PC Speaker", ENV{DEVNAME}!="", RUN+="/usr/bin/setfacl -m u:beep:w '$env{DEVNAME}'"
|