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 know there is `usbguard-daemon.conf`’s `keep` value for options like `PresentDevicePolicy`, but this just generally keeps every device (respectively host controller) present when the daemon starts. What I would...
Hey there! ### Problem details : I write an executable in Python, in order to get the usbguard events via `watch -e` interface. However, usbguard may create two process,only when...
Hello everyone, I'm creating an issue for technical guidance if possible. I am trying to secure the machines of our personnels when they're not physically in front on them (cf...
I don't really know why this was not enabled by default in the first place but this is really useful, also to extend it with distro-specific configuration without touching the...
On Debian12/KDE when I insert some USB device to one machine it shows the notifications just fine. I had configured a new autostart entry in KDE Autostarts that runs `usbguard-notifier`....
On Debian12/KDE I have put usbguard-notifier into Autostarts but the usbguard daemon doesn't start automatically. How to make it autostart? Currently it needs to be started manually with `sudo systemctl...
Though use of 'gsettings set org.gnome.desktop.privacy usb-protection false' has some effect there is no permanent fix. Set-up is a Monitor with USB-C and USB-A ports, there is a USB-A (3.1)...
I was wondering if it was possible with the rule language of the USBGuard to check LABELs (ID_FS_LABEL) from USB-sticks. As far as I could find, that's not possible, the...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. Release notes Sourced from actions/checkout's releases. v4.1.7 What's Changed Bump the minor-npm-dependencies group across 1 directory with 4 updates by @dependabot in actions/checkout#1739 Bump...
Recently, I came across an observation where it's not possible to specify the IPCAccessControlFiles using an `UID` instead of `username`/`groupname`. For example: ``` usbguard add-user 1000 --device list ``` Expected...