summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaesub kim <taesub.kim@samsung.com>2017-08-18 02:28:13 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-08-18 02:28:13 +0000
commitba402241bb13ef082d057024e905e797b2f6d43b (patch)
tree9fb3c0048a5419be6850de12bb0c5b0bdfd15769
parentcf6aa0ecbb0b0fe5c06bd5fc87eaa58e2ab47573 (diff)
parent384e79144c6a37a58025819b95c48853d41e9681 (diff)
downloadconnman-ba402241bb13ef082d057024e905e797b2f6d43b.tar.gz
connman-ba402241bb13ef082d057024e905e797b2f6d43b.tar.bz2
connman-ba402241bb13ef082d057024e905e797b2f6d43b.zip
Merge "dbus: modify dbus policy configuration" into tizen
-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" />