Package: bluez
Version: 4.40-2
Severity: minor
Hi.
bluez package provides /etc/dbus-1/system.d/bluetooth.conf file, that
(as of bluez 4.40-2) mentions "netdev" group:
...
<policy group="netdev">
...
However bluez postinst does not create this group, and it is not guaranteed to
exist (currently is gets created on most desktop systems by avahi, but bluez
may be installed e.g. on embedded system that does not have avahi installed).
This at least results in ugly error messages on system boot.
Please consider adding something like
# Add the netdev group unless it's already there
if ! getent group netdev >/dev/null; then
addgroup --quiet --system netdev || true
fi
to bluez postinst.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]