summaryrefslogtreecommitdiff
path: root/src/connman.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.conf')
-rw-r--r--src/connman.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/connman.conf b/src/connman.conf
index f3bde768..0b6b77f9 100644
--- a/src/connman.conf
+++ b/src/connman.conf
@@ -4,14 +4,16 @@
<policy user="root">
<allow own="net.connman"/>
<allow send_destination="net.connman"/>
- <allow send_type="signal"/>
</policy>
<policy user="network_fw">
<allow own="net.connman"/>
<allow send_destination="net.connman"/>
- <allow send_type="signal"/>
</policy>
<policy context="default">
+ <deny own="net.connman"/>
+ <deny send_destination="net.connman"/>
+ <allow send_destination="net.connman" send_type="signal"/>
+
<check send_destination="net.connman" send_interface="net.connman.Manager" send_member="GetTechnologies" privilege="http://tizen.org/privilege/network.get" />
<check send_destination="net.connman" send_interface="net.connman.Manager" send_member="GetProperties" privilege="http://tizen.org/privilege/network.get" />
<check send_destination="net.connman" send_interface="net.connman.Manager" send_member="GetServices" privilege="http://tizen.org/privilege/network.get" />