From 45ffde6d9acdc63505bfb968e0bd78d064c44c3f Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 10 Feb 2026 11:01:00 +0100 Subject: [PATCH] Move D-Bus policy file to /usr/share/dbus-1/system.d/ To better support stateless systems with an empty /etc, the old location in /etc/dbus-1/system.d/ should only be used for local admin changes. Package provided D-Bus policy files are supposed to be installed in /usr/share/dbus-1/system.d/. This is supported since dbus 1.9.18. https://lists.freedesktop.org/archives/dbus/2015-July/016746.html --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 92eaa37..bf499f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ CLEANFILES = DISTCHECK_CONFIGURE_FLAGS = --with-tests=yes -dbusservicedir = $(sysconfdir)/dbus-1/system.d +dbusservicedir = $(datadir)/dbus-1/system.d dbusservice_DATA = nm-ssh-service.conf nmvpnservicedir = $(NM_VPN_SERVICE_DIR)