cec14d8b50
this fixes #167
3 lines
190 B
Plaintext
3 lines
190 B
Plaintext
# 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}'"
|