summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/udev/rules.d/90-pcspkr-beep.rules
blob: 12a3a61ed98811ccad20dbb07c9aaa8d27130bc2 (plain)
1
2
# 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}'"