| <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" |
| "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> |
| <!-- Our well-known bus type, don't change this --> |
| <listen>@TEST_LISTEN@</listen> |
| <policy context="default"> |
| <!-- Allow everything to be sent --> |
| <allow send_destination="*" eavesdrop="true"/> |
| <!-- Allow everything to be received --> |
| <allow eavesdrop="true"/> |
| <!-- Allow anyone to own anything --> |
| <!-- Forcibly time out method calls after 100ms --> |
| <limit name="reply_timeout">100</limit> |