Skip to content

Commit

Permalink
Rename DY_DEFAULT_APPID to COG_DEFAULT_APPID
Browse files Browse the repository at this point in the history
and com.igalia.Dinghy1 to com.igalia.Cog1.
  • Loading branch information
gblach authored and aperezdc committed Nov 14, 2018
1 parent d97e5da commit 62b2e1b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dbus/policy.conf.in
Expand Up @@ -4,22 +4,22 @@
<busconfig>

<policy user="root">
<allow own="@DY_DEFAULT_APPID@"/>
<allow own="@COG_DEFAULT_APPID@"/>
</policy>

<policy user="@DY_DBUS_OWN_USER@">
<allow own="@DY_DEFAULT_APPID@"/>
<policy user="@COG_DBUS_OWN_USER@">
<allow own="@COG_DEFAULT_APPID@"/>
</policy>

<policy context="default">
<allow send_destination="@DY_DEFAULT_APPID@"/>
<allow send_destination="@DY_DEFAULT_APPID@"
send_interface="com.igalia.Dinghy1"/>
<allow send_destination="@DY_DEFAULT_APPID@"
<allow send_destination="@COG_DEFAULT_APPID@"/>
<allow send_destination="@COG_DEFAULT_APPID@"
send_interface="com.igalia.Cog1"/>
<allow send_destination="@COG_DEFAULT_APPID@"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="@DY_DEFAULT_APPID@"
<allow send_destination="@COG_DEFAULT_APPID@"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="@DY_DEFAULT_APPID@"
<allow send_destination="@COG_DEFAULT_APPID@"
send_interface="org.gtk.Actions"/>
</policy>
</busconfig>

0 comments on commit 62b2e1b

Please sign in to comment.