Bus rules for tizen updated
[platform/upstream/at-spi2-core.git] / bus / accessibility.conf.in
index 31b6a79..77f12f8 100644 (file)
@@ -8,17 +8,32 @@
 
   <listen>unix:tmpdir=/tmp</listen>
 
-  <policy context="default">
+  <user>owner</user>
+
+  <policy smack="User">
     <!-- Allow root to connect -->
-    <allow user="root"/>
-    <!-- Allow everything to be sent -->
+    <allow user="owner"/>
     <allow send_destination="*" eavesdrop="true"/>
     <!-- Allow everything to be received -->
     <allow eavesdrop="true"/>
+    <!-- Allow everything to be sent -->
+    <allow send_destination="*"/>
     <!-- Allow anyone to own anything -->
     <allow own="*"/>
   </policy>
 
+  <policy context="default">
+    <allow send_destination="*" eavesdrop="true"/>
+    <!-- Allow everything to be received -->
+    <allow eavesdrop="true"/>
+    <!-- Allow root to connect -->
+    <allow user="owner"/>
+    <!-- Allow everything to be sent -->
+    <allow send_destination="*"/>
+    <!-- Allow anyone to own anything -->
+    <allow own="*"/>
+  </policy>
+  
   <limit name="max_incoming_bytes">1000000000</limit>
   <limit name="max_outgoing_bytes">1000000000</limit>
   <limit name="max_message_size">1000000000</limit>