modify dbus configuration file 17/48017/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150911.091730 accepted/tizen/tv/20150911.091743 accepted/tizen/wearable/20150911.091800 submit/tizen/20150911.072727 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorJiwoong Im <jiwoong.im@samsung.com>
Fri, 11 Sep 2015 06:14:50 +0000 (15:14 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Fri, 11 Sep 2015 06:14:50 +0000 (15:14 +0900)
allow applciation to send method call to tizen.system.event.app2esd

Change-Id: Icfaa6aae676a51eb51e2b90026f2792529128b00
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
eventsystem.conf

index 2b64601..994653b 100644 (file)
@@ -5,6 +5,7 @@
 <busconfig>
        <policy context="default">
                <deny send_destination="*" send_interface="tizen.system.event" send_type="signal" />
+               <allow send_destination="tizen.system.event.app2esd" send_interface="tizen.system.event.app2esd" send_type="method_call" />
        </policy>
        <policy user="root">
                <allow own="tizen.system.event.app2esd" />