fix bug that can't receive signal of dbus from plugin
authorYoungjae Shin <yj99.shin@samsung.com>
Thu, 31 Oct 2019 04:49:58 +0000 (13:49 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Wed, 18 Mar 2020 08:53:50 +0000 (17:53 +0900)
supervisor/org.tizen.modes.dbus.conf.in

index b2eb7d374ebc207b68044be04f3c028a2836adeb..f16bed8dd82785c8729ac72e0b475ea12257dba3 100644 (file)
@@ -13,7 +13,7 @@
 
        <policy context="default">
                <deny own="@DBUS_INTERFACE@"/>
-               <deny send_destination="@DBUS_INTERFACE@"/>
+               <deny send_destination="@DBUS_INTERFACE@" send_type="method_call"/>
                <allow send_destination="@DBUS_INTERFACE@" send_path="/org/tizen/modes/dbus" send_interface="@DBUS_INTERFACE@" send_member="applyMode"/>
                <allow send_destination="@DBUS_INTERFACE@" send_path="/org/tizen/modes/dbus" send_interface="@DBUS_INTERFACE@" send_member="undoMode"/>
                <allow send_destination="@DBUS_INTERFACE@" send_path="/org/tizen/modes/dbus" send_interface="@DBUS_INTERFACE@" send_member="registerMode"/>