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...
OS: SUSE Linux Enterprise Micro 5.5 Host:PowerEdge T550 Config the rule.config as below: _allow with-interface equals { 03:01:01 } # Keyboard allow with-interface equals { 03:01:02 } # Mouse block_...
Hi, I've noticed recently that USB devices like my "Turtle Beach P11 Headset" or Logitech "USB Receiver" will get blocked on a cold boot or after a restart even though...
Do it work in windows ?
I had this issue on Kali and now Debian 12. The keyboard and mouse are blocked after reboot. Have to boot into safe mode and systemctl disable usbguard and usbguard-dbus....
Linux kernel 6.11.6, intel iVSC firmware from 20240614, IPU6-camera-bins from 20240927, ipu6ep-camera-hal from 20240929, NixOS 24.11 distribution, Dell Precision 5680 with i7-13800H (Raptor Lake). With USBGuard enabled, the system is...
I have a Clevo NV41 laptop, like a Novacustom or Nitrokey one. It uses a Chicony webcam that uses USB inside, so I needed to permanently allow it through the...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1. Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @ericsciple in actions/checkout#2314 Add worktree...
On Ubuntu 22.04 with USBGuard running and six USB devices attached, repeated device reboots cause 'lsusb' to hang indefinitely. If I try and restart the USBGuard service with 'systemctl' one...
The install binary provided by uutils-coreutils does not permit the mode to be specified twice. `$(INSTALL_DATA)` resolves to `/usr/bin/install -c -m 644` on my system, which causes the `install-tmpfiles` target...
not sure if this is considered a bug resp. is worth fixing... but at least i wanted to mention it as it took me quite some time to work it...