diff options
-rw-r--r-- | packaging/murphy.spec | 2 | ||||
-rw-r--r-- | packaging/org.Murphy.conf.in | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/packaging/murphy.spec b/packaging/murphy.spec index b58e7c3..20a1ef2 100644 --- a/packaging/murphy.spec +++ b/packaging/murphy.spec @@ -29,7 +29,7 @@ Summary: Resource policy framework Name: murphy Version: 0.0.74 -Release: 10 +Release: 11 License: BSD-3-Clause Group: System/Service URL: http://01.org/murphy/ diff --git a/packaging/org.Murphy.conf.in b/packaging/org.Murphy.conf.in index 643df47..edacf85 100644 --- a/packaging/org.Murphy.conf.in +++ b/packaging/org.Murphy.conf.in @@ -3,8 +3,16 @@ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> - <policy context="default"> + <policy user="multimedia_fw"> + <allow receive_sender="org.Murphy"/> + <allow send_destination="org.Murphy"/> + </policy> + <policy group="multimedia_fw"> <allow receive_sender="org.Murphy"/> <allow send_destination="org.Murphy"/> </policy> + <policy context="default"> + <deny receive_sender="org.Murphy"/> + <deny send_destination="org.Murphy"/> + </policy> </busconfig> |