mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 13:41:05 +00:00
Giving 'beep' CAP_DAC_OVERRIDE just side-steps the security checks added by upstream. Follow their advice and use udev rules instead. https://github.com/spkr-beep/beep/blob/v1.4.12/PERMISSIONS.md Bug: https://bugs.gentoo.org/716734 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2 lines
186 B
Text
2 lines
186 B
Text
# Give write access to the PC speaker to the user logged in on the current virtual console
|
|
ACTION=="add", SUBSYSTEM=="input", ATTRS{name}=="PC Speaker", ENV{DEVNAME}!="", TAG+="uaccess"
|