You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Dell Thunderbolt Dock WD22TB4 which has 2 USB-A ports and 2 Thunderbolt USB-C ports. Devices plugged into the USB-A ports change their "parent" on (almost?) every boot, alternating between 2 hashes. The port stays the same.
I run usbguard allow-device -p ... to connect them again. On the next boot I will have to do the same again, because usbguard allow-device --permanent always upserts, changing the existing line instead of adding a new one for the 2nd parent hash.
It would be nice if there was a --append option that would disable upsert and force append of the allow line, so that the device would be recognized and allowed under both parent hashes by usbguard.
I have a Dell Thunderbolt Dock WD22TB4 which has 2 USB-A ports and 2 Thunderbolt USB-C ports. Devices plugged into the USB-A ports change their "parent" on (almost?) every boot, alternating between 2 hashes. The port stays the same.
I run
usbguard allow-device -p ...
to connect them again. On the next boot I will have to do the same again, becauseusbguard allow-device --permanent
always upserts, changing the existing line instead of adding a new one for the 2nd parent hash.It would be nice if there was a
--append
option that would disable upsert and force append of theallow
line, so that the device would be recognized and allowed under both parent hashes by usbguard.Related:
allow-device -p
regardless of the parent? #503allow
lines to the config, update the dock's firmware (which changes the hashes), and try to allow it again, I run into this error. So to solve my issue, Failed to permanently add device to rules.conf: Rule set upsert: rule: Cannot upsert; multiple matching rules #588 would most likely also have to be solved.The text was updated successfully, but these errors were encountered: