Skip to content

Commit

Permalink
interface: Allow access to org.freedesktop.DBus.ListActivatableNames …
Browse files Browse the repository at this point in the history
…via system-observe interface

org.freedesktop.DBus.ListNames is already allowed, and this is a related method.
  • Loading branch information
robert-ancell committed Oct 4, 2022
1 parent 19aaa84 commit c0f6e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/builtin/system_observe.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dbus (send)
bus={session,system}
path=/org/freedesktop/DBus
interface=org.freedesktop.DBus
member=ListNames
member={ListNames,ListActivatableNames}
peer=(label=unconfined),
# Allow clients to obtain the DBus machine ID on common buses. We do not
Expand Down

0 comments on commit c0f6e7a

Please sign in to comment.