Merge branch 'dbus-1.8'
[platform/upstream/dbus.git] / bus / example-session-disable-stats.conf.in
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4
5   <!-- If the Stats interface was enabled at compile-time, users can use it on
6        the session bus by default. Systems providing isolation of processes
7        with LSMs might want to restrict this. This can be achieved by copying
8        this file in @EXPANDED_SYSCONFDIR@/dbus-1/session.d/ -->
9
10   <policy context="default">
11     <deny send_destination="org.freedesktop.DBus"
12           send_interface="org.freedesktop.DBus.Debug.Stats"/>
13   </policy>
14
15 </busconfig>