Package: yubihsm-connector
Version: 3.0.4-2~bpo12+1
Severity: minor
Hi Colin,
I noticed that after installing yubihsm-connector, the device ownership
of a pre-existing usb device was not updated. I suspect something along
the following lines is needed in postinst:
if [ "$1" = "configure" ]; then
if command -v udevadm >/dev/null; then
if udevadm control --reload; then
udevadm trigger --action=change --subsystem-match=usb
fi
fi
fi
No, this does not warrant updating the backport, but fixing it for
unstable would still be nice.
Helmut