usbguard
usbguard copied to clipboard
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...
In reaction to comment https://github.com/USBGuard/usbguard/pull/546#issuecomment-1100214103 by @benzea. The effect can be seen e.g. when running… ```console $ dbus-send --system --print-reply --dest=org.usbguard1 /org/usbguard1 org.usbguard1.getParameter string:ImplicitPolicyTarget ``` … (as non-root) and then...
I would like like to lock my screen on appearance of new HID devices. To make it more generic it would probably be good if usbguard would support to run...
Hi is there a solution for usbguard to make an allowed usb device to be mounted without user login ? the idea is the user plug an allowed usb and...
**description** when external monitor/dock is disconnected (causing device to suspend) and then reattached (causing device to resume), there appears to be a race condition which causes the device not to...
Quoting https://github.com/catchorg/Catch2/releases/tag/v3.0.1: > Including `catch.hpp` no longer works https://github.com/USBGuard/usbguard/blob/4982b018cdda52c539e8b08ae158e54cb3a13e2f/configure.ac#L399 Related downstream report at https://bugs.gentoo.org/850589
Some clients do not want to prompt for passwords, e.g. when authorising keyboards when the screen is locked, prompting for a password doesn't make sense because the user cannot enter...
first install on kali and armbian went fine... it stopped usb devices working apart from the usb wifi already plugged in. now a couple weeks later and after a sd...
### Error with _usbguard 1.0.0-r5_: ``` /usr/sbin/usbguard-daemon -k -c /etc/usbguard/usbguard-daemon.conf [1641564550.954] (E) KeyValueParser: Parser: Separator not found: syntax error ``` #### /etc/usbguard/usbguard-daemon.conf ``` $ grep -v -e "^#" -e "^$"...
Configuring usbguard without polkit is failing with the below error. `configure: error: Required D-Bus modules (dbus-1, gio-2.0) not found!` The above error is encountered due to the commit 2c8c1ae10a6330736bf2a2d7d8682674b1db47dc. Can...
A way to add comments to the rules file syntax would be nice, eg: "any line beginning with a hash sign is treated as a comment".