From bdbf1a1575a73785028776e88b31599bb42afd4c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 11 Nov 2019 13:36:26 +0000 Subject: dbus: drop unused group netdev The whole D-Bus source has no reference to the netdev group. It seems that the netdev group is nowhere used. Early avahi package versions used this group for the D-Bus specific rules. However, today avahi uses --with-avahi-priv-access-group=adm and hence uses the adm group for its D-Bus policy rules. If a package is using the netdev group in its D-Bus policy rules, that package should add the group instead. (From OE-Core rev: 70354028811c874434fe1a54cbdd9a4d2c267350) Signed-off-by: Stefan Agner Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus_1.12.16.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/dbus') diff --git a/meta/recipes-core/dbus/dbus_1.12.16.bb b/meta/recipes-core/dbus/dbus_1.12.16.bb index f4fec2365c..96b5036870 100644 --- a/meta/recipes-core/dbus/dbus_1.12.16.bb +++ b/meta/recipes-core/dbus/dbus_1.12.16.bb @@ -32,7 +32,6 @@ python __anonymous() { } USERADD_PACKAGES = "${PN}" -GROUPADD_PARAM_${PN} = "-r netdev" USERADD_PARAM_${PN} = "--system --home ${localstatedir}/lib/dbus \ --no-create-home --shell /bin/false \ --user-group messagebus" -- cgit v1.2.3-54-g00ecf