dbus-marshal-byteswap: Byte-swap Unix fd indexes if needed
[platform/upstream/dbus.git] / bus / example-system-enable-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, only root may use it.
6        Replace USERNAME and copy this file in @EXPANDED_SYSCONFDIR@/dbus-1/system.d/
7        if you want to enable other privileged users to view statistics and
8        debug info -->
9
10   <policy user="USERNAME">
11     <allow send_destination="org.freedesktop.DBus"
12            send_interface="org.freedesktop.DBus.Debug.Stats"/>
13   </policy>
14
15 </busconfig>