diff options
| author | Stefan Agner <stefan.agner@toradex.com> | 2019-11-11 13:36:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-14 13:20:59 +0000 |
| commit | bdbf1a1575a73785028776e88b31599bb42afd4c (patch) | |
| tree | b4f50365becb21edda3f928e9ad4ec34f61c4ec7 | |
| parent | 176b25bdc8acaf32310322af279f70a71b2227a3 (diff) | |
| download | poky-bdbf1a1575a73785028776e88b31599bb42afd4c.tar.gz | |
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 <stefan.agner@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/dbus/dbus_1.12.16.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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() { | |||
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | USERADD_PACKAGES = "${PN}" | 34 | USERADD_PACKAGES = "${PN}" |
| 35 | GROUPADD_PARAM_${PN} = "-r netdev" | ||
| 36 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/lib/dbus \ | 35 | USERADD_PARAM_${PN} = "--system --home ${localstatedir}/lib/dbus \ |
| 37 | --no-create-home --shell /bin/false \ | 36 | --no-create-home --shell /bin/false \ |
| 38 | --user-group messagebus" | 37 | --user-group messagebus" |
