summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJan Rybar <jrybar@redhat.com>2021-01-05 11:37:51 +0000
committerJan Rybar <jrybar@redhat.com>2021-01-05 11:37:51 +0000
commit273357a39520423b2074e7d664f83922ad047176 (patch)
tree8c0c71e619efe9fbfe61e4e42869c8e2bbf02ffa /data
parentd05a167743d34f943fabcb78118492e935d0ae99 (diff)
downloadpolkit-273357a39520423b2074e7d664f83922ad047176.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index f5ee4ba..e805260 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -15,7 +15,7 @@ $(service_DATA): $(service_in_files) Makefile
# ----------------------------------------------------------------------------------------------------
-dbusconfdir = $(sysconfdir)/dbus-1/system.d
+dbusconfdir = $(datadir)/dbus-1/system.d
dbusconf_in_files = org.freedesktop.PolicyKit1.conf.in
dbusconf_DATA = $(dbusconf_in_files:.conf.in=.conf)