diff options
author | sanghyeok.oh <sanghyeok.oh@samsung.com> | 2016-02-04 15:36:53 +0900 |
---|---|---|
committer | sanghyeok oh <sanghyeok.oh@samsung.com> | 2016-02-03 22:41:40 -0800 |
commit | eaca8d2dedd4b4cf9094173279f7058ddabca7d4 (patch) | |
tree | 8e5589f22b252e66acccca8e02835172d5c6526e | |
parent | 67f988836a273494a67f11aeb88f5190972b4618 (diff) | |
download | dbus-accepted/tizen/wearable/20160204.091724.tar.gz dbus-accepted/tizen/wearable/20160204.091724.tar.bz2 dbus-accepted/tizen/wearable/20160204.091724.zip |
dbus:modified to default allow own & send method_call for system bussubmit/tizen_ivi/20160217.000004submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen/20160223.011426submit/tizen/20160204.064738accepted/tizen/wearable/20160223.012404accepted/tizen/wearable/20160204.091724accepted/tizen/tv/20160223.012345accepted/tizen/tv/20160204.091703accepted/tizen/mobile/20160223.012328accepted/tizen/mobile/20160204.091643accepted/tizen/ivi/20160223.012424accepted/tizen/ivi/20160218.024408
Change-Id: I439cfcbf9c8e44217f6a906836c579dd952b9ec7
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
-rw-r--r-- | bus/system.conf.in | 4 |
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 --> |