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

Resolve small Catch 1.x leftover #536

Closed hartwork closed 2 years ago

hartwork commented 2 years ago

Note that Debian buster doesn't have Catch 2.x.

(Leftover was caused by parallel development of #527 (removing Catch 1.x) and #528 (adding more Catch 1.x).)

Includes a few related changes that I am happy to extract to dedicated pull requests, as you prefer or see needed.