blob: 19daa6323b2ba5ab617b60c8a4e55107e9db67b4 [file] [log] [blame]
# Keep track of USB devices that should be allow-listed at the lock screen.
ACTION=="add", DRIVER=="usb", RUN+="/usr/sbin/usb_bouncer udev add '%E{DEVPATH}'"
ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="/usr/sbin/usb_bouncer udev remove '%E{DEVPATH}'"