Update MAINTAINERS
[platform/upstream/at-spi2-core.git] / bus / accessibility.conf.in
index 5e3988a..31b6a79 100644 (file)
@@ -3,19 +3,14 @@
 
   <type>accessibility</type>
 
-  <fork/>
-
-  <standard_system_servicedirs/>
-
-  <servicehelper>@DBUS_DAEMON_LAUNCH_HELPER@</servicehelper>
-
+<servicedir>@DATADIR@/dbus-1/accessibility-services</servicedir>
   <auth>EXTERNAL</auth>
 
   <listen>unix:tmpdir=/tmp</listen>
 
   <policy context="default">
-    <!-- All users can connect to system bus -->
-    <allow user="*"/>
+    <!-- Allow root to connect -->
+    <allow user="root"/>
     <!-- Allow everything to be sent -->
     <allow send_destination="*" eavesdrop="true"/>
     <!-- Allow everything to be received -->