bus: follow D-bus policy
[platform/upstream/at-spi2-core.git] / bus / accessibility.conf.in
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
2 <busconfig>
3
4   <type>accessibility</type>
5
6 <servicedir>@DATADIR@/dbus-1/accessibility-services</servicedir>
7   <auth>EXTERNAL</auth>
8
9   <listen>unix:tmpdir=/tmp</listen>
10
11   <policy user="owner">
12     <!-- Allow everything to be sent -->
13     <allow send_destination="*" eavesdrop="true"/>
14     <!-- Allow everything to be received -->
15     <allow eavesdrop="true"/>
16     <!-- Allow anyone to own anything -->
17     <allow own="*"/>
18   </policy>
19   
20   <limit name="max_incoming_bytes">1000000000</limit>
21   <limit name="max_outgoing_bytes">1000000000</limit>
22   <limit name="max_message_size">1000000000</limit>
23   <limit name="service_start_timeout">120000</limit>  
24   <limit name="auth_timeout">240000</limit>
25   <limit name="max_completed_connections">100000</limit>  
26   <limit name="max_incomplete_connections">10000</limit>
27   <limit name="max_connections_per_user">100000</limit>
28   <limit name="max_pending_service_starts">10000</limit>
29   <limit name="max_names_per_connection">50000</limit>
30   <limit name="max_match_rules_per_connection">50000</limit>
31   <limit name="max_replies_per_connection">50000</limit>
32   <limit name="reply_timeout">300000</limit>
33 </busconfig>