mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
policy: be more complete in dbus policy definition
This commit is contained in:
@ -7,10 +7,13 @@
|
|||||||
<!-- Only root can own the service -->
|
<!-- Only root can own the service -->
|
||||||
<policy user="root">
|
<policy user="root">
|
||||||
<allow own="org.gnome.Sysprof2"/>
|
<allow own="org.gnome.Sysprof2"/>
|
||||||
|
<allow send_destination="org.gnome.Sysprof2"/>
|
||||||
|
<allow receive_sender="org.gnome.Sysprof2"/>
|
||||||
</policy>
|
</policy>
|
||||||
|
|
||||||
<!-- Anyone can send messages to the owner of org.gnome.Sysprof2 -->
|
<!-- Anyone can send messages to the owner of org.gnome.Sysprof2 -->
|
||||||
<policy context="default">
|
<policy context="default">
|
||||||
<allow send_destination="org.gnome.Sysprof2"/>
|
<allow send_destination="org.gnome.Sysprof2"/>
|
||||||
|
<allow receive_sender="org.gnome.Sysprof2"/>
|
||||||
</policy>
|
</policy>
|
||||||
</busconfig>
|
</busconfig>
|
||||||
|
|||||||
Reference in New Issue
Block a user