usbguard icon indicating copy to clipboard operation
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...

Results 151 usbguard issues
Sort by recently updated
recently updated
newest added

I am hoping that someone can program a GUI for usbguard that will allow using a [Yubikey](https://www.yubico.com/) to authorize connection and access. Since the Yubikey is a physical device, only...

# Overview Attempting to use the rules file generated by `usbguard generate-policy` results in a fatal startup error of `parse error matching tao::pegtl::sor`. Previously this was working, however i recently...

### teameck@linux:~$ sudo apt install usbguard [sudo] Mot de passe de teameck : Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait Les...

I am trying to build usbguard for arm devices (raspberry pi) and therefore installed docker and use a debian-stretch based image to keep it all nicely contained. Unfortunately I got...

Usually when people want to allow a device connecting to the system, they would like to allow it connecting at whatever path (as they plug it in different ports or...

Related to https://github.com/USBGuard/usbguard/issues/460, it is possible to run USBGuard as an unprivileged (non-root) user even with the -f option & Type=forking in the unit file. To get this to work,...

Currently, appendRule function allows appending rules either to the end of the last ruleset or after a rule with the given id. This behavior is not very flexible as you...

Even after `sudo apt install --reinstall usbguard` I'm getting ``` $ sudo usbguard list-devices usbguard: error while loading shared libraries: libusbguard.so.1: cannot open shared object file: No such file or...

We're wondering whether we can safely authorise a device by its ID without risking authorising the wrong device. Let me explain. We're listening to USBGuard's signals and then determine whether...

Whenever `usbguard allow-device -p #id` is run, all comments from rules.conf are deleted. Usbguard version 1.0.0 on Debian Bullseye