summaryrefslogtreecommitdiffstats
path: root/bus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2007-05-23 19:45:56 +0000
committerHavoc Pennington <hp@redhat.com>2007-05-23 19:45:56 +0000
commitae68ad2ab922b5837542d150e94bbbdb0d26da90 (patch)
tree7caa66866791234c15fa8c1dba3060ffd16d2004 /bus/Makefile.am
parent73ed217efd929f4a12a5d99059678f1c0c517dfb (diff)
2007-05-23 Havoc Pennington <hp@redhat.com>
* bus/Makefile.am (install-data-hook): create session.d * bus/session.conf.in: add session.d for the session bus, so security policy can be extended
Diffstat (limited to 'bus/Makefile.am')
-rw-r--r--bus/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/Makefile.am b/bus/Makefile.am
index 391ea509..0ba5f341 100644
--- a/bus/Makefile.am
+++ b/bus/Makefile.am
@@ -113,6 +113,7 @@ install-data-hook:
$(INSTALL_PROGRAM) dbus-daemon $(DESTDIR)$(DBUS_DAEMONDIR)
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/dbus
$(mkinstalldirs) $(DESTDIR)$(configdir)/system.d
+ $(mkinstalldirs) $(DESTDIR)$(configdir)/session.d
$(mkinstalldirs) $(DESTDIR)$(datadir)/dbus-1/services
#### Init scripts fun