mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 21:58:04 +02:00
20 lines
618 B
Text
20 lines
618 B
Text
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<!-- Our well-known bus type, don't change this -->
|
|
<type>session</type>
|
|
<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 -->
|
|
<allow own="*"/>
|
|
</policy>
|
|
|
|
<!-- 500ms -->
|
|
<limit name="pending_fd_timeout">500</limit>
|
|
</busconfig>
|