summaryrefslogtreecommitdiff
path: root/src/connman.conf
diff options
context:
space:
mode:
authortaesub kim <taesub.kim@samsung.com>2017-06-22 17:49:20 +0900
committertaesub kim <taesub.kim@samsung.com>2017-07-20 15:51:29 +0900
commite4544ee49501928e15c2174d1e4936dc6ff7d97e (patch)
treefc25dab6d28a737344467b8924e0667bcb5adae7 /src/connman.conf
parentce407f97aed0fdba65b5d881ef19cd7ee5e7abeb (diff)
downloadconnman-e4544ee49501928e15c2174d1e4936dc6ff7d97e.tar.gz
connman-e4544ee49501928e15c2174d1e4936dc6ff7d97e.tar.bz2
connman-e4544ee49501928e15c2174d1e4936dc6ff7d97e.zip
Migrate root daemon to non rootsubmit/tizen/20170724.063335
Change-Id: I0d0afacc8a11fadc8128f6eef3f64f7a4ca8675b Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Diffstat (limited to 'src/connman.conf')
-rw-r--r--src/connman.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/connman.conf b/src/connman.conf
index 0aa2ed20..f3bde768 100644
--- a/src/connman.conf
+++ b/src/connman.conf
@@ -4,6 +4,12 @@
<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">
<check send_destination="net.connman" send_interface="net.connman.Manager" send_member="GetTechnologies" privilege="http://tizen.org/privilege/network.get" />