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

Hello, I has been trying write usbguard rule for allowing one USB Flash disk by defining only ID and NAME, only if the same device is not allowed. This is...

Steps to reproduce: 1. run `usbguard list-devices`. 2. Get a list of entries looking like this: `10: block id 0123:4567 serial "" name "" hash […] parent-hash […] via-port "usb2"...

Hi, could you clarify a bit what "just sync the internal state and leave it" means? I don't know what 'internal state' means and i thought i'm maybe not the...

usbguard 0.7.4 on Arch Linux, fresh install. Started service $ systemctl status usbguard.service ... usbguard-daemon[814]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0 usbguard-daemon[814]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb2/2-3/2-3:1.0 usbguard-daemon[814]: Cannot resolve realpath...

bug
C:usbguard-daemon
C:libusbguard
priority:high

As described above my user with non-root privileges can not interact with usbguard *OS*: Archlinux *USBGuard Version*: 0.7.5-2 ## Configured IPC access control file location ```bash > cat /etc/usbguard/usbguard-daemon.conf |...

When `systemctl start usbguard.service` I got this message: ```bash # sudo systemctl start usbguard.service # sudo systemctl status usbguard ● usbguard.service - USBGuard daemon Loaded: loaded (/lib/systemd/system/usbguard.service; disabled; vendor preset:...

I am trying to allow a Lacie external drive to connect to my system. I have added it to the rules, but I now get a strange behaviour of the...

If you install [grc](https://github.com/garabik/grc), the output of "usbguard list-devices" can have some nice colors. It is very likely your linux distribution has a package in its repository. Copy the contents...

Using this software sounded a bit complicated to me and i tried to figure out how could it have a simple and streamlined basic functions offering a good security level...

I currently urgently need to implement the usb firewall function on android, so I plan to bring up usbguard to android.Could you kindly give some guide or suggestion ?