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...
Hey, I guess it makes sense implementing something like https://github.com/subgraph/usblockout which listens on screensaver/suspend events via dbus. This feature would be an addition to issue #47
Hey. Just noted that this has been packaged for Debian... so that should perhaps be added here: https://dkopecek.github.io/usbguard/documentation/compilation.html Cheers, Chris.
Some users may prefer not to run an additional daemon for various reasons: - their USB device usage policy doesn't need to be dynamic (no user interaction, fully defined by...
Really like this project but I would love if it also had a kill switch functionality that turns off the computer whenever an untrusted USB device is plugged in. I...
**What this PR does**: - Add fish completion script - Move shell completion scripts into 1 place `scripts/shell-completion` (they are renamed to the correct filenames on the user system) -...
`command -v` is a bash builtin and is a standardized version of `which`
From the systemd.service man page regarding the ```Type=``` option: ``` If set to forking, it is expected that the process configured with ExecStart= will call fork() as part of its...
There are also should be an option to allow-all devices, but when they mount to be only in read-only mode. That you can copy from them, and read, but not...
I have a laptop with an external USB Ethernet network adapter. Without running usbguard I can unplug and re-plug in the device to my hearts content, without problems. But with...
Even though USB-C connected devices show as blocked `usbguard list-devices`, they appear visible on the Linux file-system tree (thunar for example), (try it via a phone USB-C -> USB-C) Some...