Add rule of 'own' and remove 'user' at the dbus conf 36/179636/1 accepted/tizen/unified/20180611.015404 submit/tizen/20180522.225714 submit/tizen/20180527.235133 submit/tizen/20180603.223713 submit/tizen/20180607.021137
authorYoungHun Kim <yh8004.kim@samsung.com>
Sun, 20 May 2018 23:24:57 +0000 (08:24 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Sun, 20 May 2018 23:24:59 +0000 (08:24 +0900)
Change-Id: I5768d506291ef927bb5fcecde7eb5a2a6056a41b

packaging/murphy.spec
packaging/org.Murphy.conf.in

index 20a1ef288ea03f937a18def980d7739ed1aef273..8ad168dacf1ca5471304241d5e08612c21ffb6ff 100644 (file)
@@ -29,7 +29,7 @@
 Summary: Resource policy framework
 Name: murphy
 Version: 0.0.74
-Release: 11
+Release: 12
 License: BSD-3-Clause
 Group: System/Service
 URL: http://01.org/murphy/
index edacf855abd9b79c286e105599f9b726d73bbfdc..d20d5c6a95e0bf09fea2dfdd4aee967d22f40ed7 100644 (file)
@@ -3,15 +3,13 @@
         "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
 <busconfig>
-        <policy user="multimedia_fw">
-                <allow receive_sender="org.Murphy"/>
-                <allow send_destination="org.Murphy"/>
-        </policy>
         <policy group="multimedia_fw">
+                <allow own="org.Murphy"/>
                 <allow receive_sender="org.Murphy"/>
                 <allow send_destination="org.Murphy"/>
         </policy>
         <policy context="default">
+                <deny own="org.Murphy"/>
                 <deny receive_sender="org.Murphy"/>
                 <deny send_destination="org.Murphy"/>
         </policy>