[oe-commits] [openembedded-core] 02/50: dbus: drop unused group netdev

git at git.openembedded.org git at git.openembedded.org
Thu Nov 14 13:21:31 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 70354028811c874434fe1a54cbdd9a4d2c267350
Author: Stefan Agner <stefan.agner at toradex.com>
AuthorDate: Mon Nov 11 13:36:26 2019 +0000

    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.
    
    Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/dbus/dbus_1.12.16.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/dbus/dbus_1.12.16.bb b/meta/recipes-core/dbus/dbus_1.12.16.bb
index f4fec23..96b5036 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list