<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>