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...
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...
I build PakOS Linux using debain live build tools. In version 10, I used to have USB Guard, pre installed, just in case I need it to disable USBs. I...
I have followed all the steps for installation for usbguard but it is showing me this when I run this command "sudo sh -c 'usbguard generate-policy > /etc/usbguard/rules.conf'" and output...
Hi there, I've been a happy user of USBGuard for a while and I'm going to include it in a script I am writing to harden Fedora's immutable spins. I'd...
Hello, I'm facing the following issue: when resuming the system from suspend, one of the internal devices (a Synaptics fingerprint reader, with USB id `06cb:00f9`) gets blocked, despite the rules...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. Release notes Sourced from actions/checkout's releases. v4.1.1 What's Changed Update CODEOWNERS to Launch team by @joshmgross in actions/checkout#1510 Correct link to GitHub Docs by...
I have a basic rule that's intended to allow any device with the Linux Foundation ID: ``` allow id equals { 1d6b:* } ``` However, this doesn't seem to allow...
The check is semantically correct, because some IDs are reserved. Here, we exploit the fact that the LastID is defined to be max_int-2, so when we increment _id_next often enough,...
On a specific device of mine, when I try to permanently add a specific device to the allowlist, I get an error: ``` IPC ERROR: request id=1: Rule set upsert:...
Hello, I've installed usbguard on Mint 20.3 everything works fine, but the service in Systemd don't start at boot... If I start the machine with a blocked device connected the...