Skip to content

Commit

Permalink
unity7: NewIconThemePath should be an allowed signal
Browse files Browse the repository at this point in the history
Apps uses this to update their custom icon theme
  • Loading branch information
3v1n0 committed Feb 13, 2017
1 parent 33c543e commit 694a27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interfaces/builtin/unity7.go
Expand Up @@ -334,7 +334,7 @@ dbus (send)
bus=session
path=/{StatusNotifierItem,org/ayatana/NotificationItem/*}
interface=org.kde.StatusNotifierItem
member="New{AttentionIcon,Icon,OverlayIcon,Status,Title,ToolTip}"
member="New{AttentionIcon,Icon,IconThemePath,OverlayIcon,Status,Title,ToolTip}"
peer=(name=org.freedesktop.DBus, label=unconfined),
dbus (send)
Expand Down Expand Up @@ -435,7 +435,7 @@ dbus (receive)
# Lttng tracing is very noisy and should not be allowed by confined apps. Can
# safely deny. LP: #1260491
# safely deny. <a href='https://pad.lv/1260491'>LP: #1260491</a>
deny /{,var/}{dev,run}/shm/lttng-ust-* r,
`

Expand Down

0 comments on commit 694a27e

Please sign in to comment.