From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: Fiona Klute via buildroot <buildroot@buildroot.org>
Cc: Fiona Klute <fiona.klute@gmx.de>, Bernd Kuhls <bernd@kuhls.net>,
Sergey Matyukevich <geomatsi@gmail.com>
Subject: Re: [Buildroot] [PATCH 1/2] package/dnsmasq: install D-Bus policy to datadir
Date: Wed, 5 Feb 2025 15:37:26 +0100 [thread overview]
Message-ID: <20250205153726.35bd53e7@windsurf> (raw)
In-Reply-To: <20241205150114.3474074-1-fiona.klute@gmx.de>
Hello Fiona,
On Thu, 5 Dec 2024 16:01:13 +0100
Fiona Klute via buildroot <buildroot@buildroot.org> wrote:
> From: "Fiona Klute (WIWA)" <fiona.klute@gmx.de>
>
> Since D-Bus 1.14.0 installing default policies into sysconfdir (/etc)
> is deprecated, they should go into datadir (/usr/share) instead
> [1]. Follow that policy.
>
> [1] https://gitlab.freedesktop.org/dbus/dbus/-/blob/8f1e00427f7048f8b24c3a1cfca8903254fe00d4/NEWS#L274-283
>
> Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de>
> ---
> package/dnsmasq/dnsmasq.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, both applied. We still have quite a few references to
/etc/dbus-1/system though:
package/dbus-broker/system.conf: <include ignore_missing="yes">/etc/dbus-1/system.conf</include>
package/dbus-broker/system.conf: <includedir>/etc/dbus-1/system.d</includedir>
package/dbus-broker/system.conf: <include ignore_missing="yes">/etc/dbus-1/system-local.conf</include>
package/mender/mender.mk: $(TARGET_DIR)/etc/dbus-1/system.d/io.mender.AuthenticationManager.conf
package/mender/mender.mk: $(TARGET_DIR)/etc/dbus-1/system.d/io.mender.UpdateManager.conf
package/miraclecast/miraclecast.mk: $(TARGET_DIR)/etc/dbus-1/system.d/org.freedesktop.miracle.conf
package/shairport-sync/shairport-sync.mk: $(TARGET_DIR)/etc/dbus-1/system.d/shairport-sync-dbus.conf
package/shairport-sync/shairport-sync.mk: $(TARGET_DIR)/etc/dbus-1/system.d/shairport-sync-mpris.conf
package/tpm2-abrmd/S80tpm2-abrmd:check_required_files /etc/dbus-1/system.d/tpm2-abrmd.conf
support/testing/tests/package/test_python_dbus_fast.py: config_dir = "/etc/dbus-1/system.d"
support/testing/tests/package/test_python_dbus_next.py: config_dir = "/etc/dbus-1/system.d"
Should some of these be fixed, perhaps?
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-02-05 14:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-05 15:01 [Buildroot] [PATCH 1/2] package/dnsmasq: install D-Bus policy to datadir Fiona Klute via buildroot
2024-12-05 15:01 ` [Buildroot] [PATCH 2/2] package/wpa_supplicant: " Fiona Klute via buildroot
2025-02-05 14:37 ` Thomas Petazzoni [this message]
2025-02-06 18:57 ` [Buildroot] [PATCH 1/2] package/dnsmasq: " Fiona Klute via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250205153726.35bd53e7@windsurf \
--to=thomas.petazzoni@bootlin.com \
--cc=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=fiona.klute@gmx.de \
--cc=geomatsi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox