Bus rules for tizen updated
[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   <user>owner</user>
12
13   <policy smack="User">
14     <!-- Allow root to connect -->
15     <allow user="owner"/>
16     <allow send_destination="*" eavesdrop="true"/>
17     <!-- Allow everything to be received -->
18     <allow eavesdrop="true"/>
19     <!-- Allow everything to be sent -->
20     <allow send_destination="*"/>
21     <!-- Allow anyone to own anything -->
22     <allow own="*"/>
23   </policy>
24
25   <policy context="default">
26     <allow send_destination="*" eavesdrop="true"/>
27     <!-- Allow everything to be received -->
28     <allow eavesdrop="true"/>
29     <!-- Allow root to connect -->
30     <allow user="owner"/>
31     <!-- Allow everything to be sent -->
32     <allow send_destination="*"/>
33     <!-- Allow anyone to own anything -->
34     <allow own="*"/>
35   </policy>
36   
37   <limit name="max_incoming_bytes">1000000000</limit>
38   <limit name="max_outgoing_bytes">1000000000</limit>
39   <limit name="max_message_size">1000000000</limit>
40   <limit name="service_start_timeout">120000</limit>  
41   <limit name="auth_timeout">240000</limit>
42   <limit name="max_completed_connections">100000</limit>  
43   <limit name="max_incomplete_connections">10000</limit>
44   <limit name="max_connections_per_user">100000</limit>
45   <limit name="max_pending_service_starts">10000</limit>
46   <limit name="max_names_per_connection">50000</limit>
47   <limit name="max_match_rules_per_connection">50000</limit>
48   <limit name="max_replies_per_connection">50000</limit>
49   <limit name="reply_timeout">300000</limit>
50 </busconfig>