summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanghyeok.oh <sanghyeok.oh@samsung.com>2016-02-04 15:36:53 +0900
committersanghyeok oh <sanghyeok.oh@samsung.com>2016-02-03 22:41:40 -0800
commiteaca8d2dedd4b4cf9094173279f7058ddabca7d4 (patch)
tree8e5589f22b252e66acccca8e02835172d5c6526e
parent67f988836a273494a67f11aeb88f5190972b4618 (diff)
downloaddbus-accepted/tizen/wearable/20160204.091724.tar.gz
dbus-accepted/tizen/wearable/20160204.091724.tar.bz2
dbus-accepted/tizen/wearable/20160204.091724.zip
Change-Id: I439cfcbf9c8e44217f6a906836c579dd952b9ec7 Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
-rw-r--r--bus/system.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/system.conf.in b/bus/system.conf.in
index 92f4cc42..d3a9a127 100644
--- a/bus/system.conf.in
+++ b/bus/system.conf.in
@@ -47,8 +47,8 @@
<!-- Holes must be punched in service configuration files for
name ownership and sending method calls -->
- <deny own="*"/>
- <deny send_type="method_call"/>
+ <allow own="*"/>
+ <allow send_type="method_call"/>
<!-- Signals and reply messages (method returns, errors) are allowed
by default -->