USBGuard / usbguard

USBGuard is a software framework for implementing USB device authorization policies (what kind of USB devices are authorized) as well as method of use policies (how a USB device may interact with the system)
https://usbguard.github.io/
GNU General Public License v2.0
1.1k stars 133 forks source link

usbguard forgets temporarily allowed devices if they are unplugged and plugged again. #609

Open amano-kenji opened 7 months ago

amano-kenji commented 7 months ago

I temporarily allowed a USB microphone that is not allowed in rules.

However, the USB port malfunctioned and dropped momentarily before coming back.

Thus, my USB microphone was unplugged and plugged again.

usbguard didn't remember the fact that it was allowed temporarily by me.

Thus, people didn't hear my voice until I realized that usbguard blocked it again.

Perhaps, can I allow a device until usbguard is shut down? I would also want to block it again after I'm done using it.