2007-05-23 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Wed, 23 May 2007 19:45:56 +0000 (19:45 +0000)
committerHavoc Pennington <hp@redhat.com>
Wed, 23 May 2007 19:45:56 +0000 (19:45 +0000)
* 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

ChangeLog
bus/Makefile.am
bus/session.conf.in

index d55bdb5..965a7bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
+
 2007-05-22 Ralf.Habacker <ralf.habacker@freenet.de>
 
        * cmake/CMakeLists.txt: fixed creating of TEST_..._BINARY to make 
index 391ea50..0ba5f34 100644 (file)
@@ -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
index 58c6ba1..b2dee5b 100644 (file)
     <allow own="*"/>
   </policy>
 
+  <!-- Config files are placed here that among other things, 
+       further restrict the above policy for specific services. -->
+  <includedir>session.d</includedir>
+
   <!-- This is included last so local configuration can override what's 
        in this standard file -->
   <include ignore_missing="yes">session-local.conf</include>