ISO/configs/releng/airootfs/etc/udev/rules.d/90-pcspkr-beep.rules
Alexander Epaneshnikov cec14d8b50
add needed files
this fixes #167
2022-03-29 19:31:14 +03:00

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}'"