[NetworkManager-openvpn] Move D-Bus policy file to /usr/share/dbus-1/system.d/
- From: Beniamino Galvani <bgalvani src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [NetworkManager-openvpn] Move D-Bus policy file to /usr/share/dbus-1/system.d/
- Date: Tue, 4 Feb 2020 07:17:40 +0000 (UTC)
commit 31d0c8587a672248d7b1fddb95dec4cb4763dc40
Author: Michael Biebl <biebl debian org>
Date: Tue Nov 27 14:18:25 2018 +0100
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
https://gitlab.gnome.org/GNOME/NetworkManager-openvpn/merge_requests/13
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index 27bbec9..cc8db6b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = \
plugindir = $(libdir)/NetworkManager
plugin_LTLIBRARIES =
-dbusservicedir = $(sysconfdir)/dbus-1/system.d
+dbusservicedir = $(datadir)/dbus-1/system.d
dbusservice_DATA = nm-openvpn-service.conf
nmvpnservicedir = $(NM_VPN_SERVICE_DIR)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]