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...
Hello, I use usbguard on Ubuntu 16.04 LTS with KDE5 (systemd 229) and have set the following settings for a while without trouble. On the systemd service file ``` [Service]...
Hi, I think it would be great if `PresentDevicePolicy` would allow a combination of `keep` and `apply-policy`. When setting the `PresentDevicePolicy` to `keep` and then adding a rule to block...
This was observed on 0.7.4 when called with: $ usbguard append-rule 'allow id 1d6b:0002 serial "0000:00:1a.0" name "EHCI Host Controller" with-interface 09:00:00' kernel: [15672304.755564] usbguard[191461]: segfault at 7f6838622008 ip 00007f68373b919d...
On mobile devices, USB host mode is not the default. Instead, the Linux gadget stack is active. Gadgets allow an operating system to act as any USB device type, provided...
I have an external USB hard drive which supports USB attached SCSI as well as "normal" USB bulk transfers. So it has two interfaces, 08:06:50 and 08:06:62. I thought that...
Thanks for developing usbguard. It would be helpful to show the vendor name based on the USB ID before a device is allowed. The usbguard daemon or the applet could...
This proposal is based on v0.7.2 I tried to compare usbguard output with lsusb output. See this example output about Logitech M105 mouse: lsusb -v Bus 003 Device 012: ID...
When appending a rule to the rule set, an error is returned: $ usbguard append-rule "allow" IPC ERROR: request id=1: FileRuleSet saving: /etc/usbguard/rules.conf: Read-only file system I believe the recent...
As the engineer who wrote this, I'm sure it all seems obvious to you :) but something that would be VERY helpful to add your website and your github README...