Advertisement
Guest User

Untitled

a guest
Aug 28th, 2017
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  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>/usr/share/dbus-1/accessibility-services</servicedir>
  7. <auth>EXTERNAL</auth>
  8.  
  9. <listen>unix:tmpdir=/tmp</listen>
  10.  
  11. <policy context="default">
  12. <!-- Allow root to connect -->
  13. <allow user="root"/>
  14. <!-- Allow everything to be sent -->
  15. <allow send_destination="*" eavesdrop="true"/>
  16. <!-- Allow everything to be received -->
  17. <allow eavesdrop="true"/>
  18. <!-- Allow anyone to own anything -->
  19. <allow own="*"/>
  20. </policy>
  21.  
  22. <limit name="max_incoming_bytes">1000000000</limit>
  23. <limit name="max_outgoing_bytes">1000000000</limit>
  24. <limit name="max_message_size">1000000000</limit>
  25. <limit name="service_start_timeout">120000</limit>
  26. <limit name="auth_timeout">240000</limit>
  27. <limit name="max_completed_connections">100000</limit>
  28. <limit name="max_incomplete_connections">10000</limit>
  29. <limit name="max_connections_per_user">100000</limit>
  30. <limit name="max_pending_service_starts">10000</limit>
  31. <limit name="max_names_per_connection">50000</limit>
  32. <limit name="max_match_rules_per_connection">50000</limit>
  33. <limit name="max_replies_per_connection">50000</limit>
  34. <limit name="reply_timeout">300000</limit>
  35. </busconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement