Skip to content

Commit

Permalink
[dbus] Any user can own com.nokia.time name on SystemBus. JB#48473
Browse files Browse the repository at this point in the history
In multiuser environment timed is not necessarily running as "nemo" user,
but still needs to be reachable by system services in SystemBus.

As D-Bus policy config does not support specifying currently active user,
allow any user in group "users" to acquire com.nokia.time service name.

Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
  • Loading branch information
spiiroin committed Feb 6, 2020
1 parent d78586a commit 74985f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/timed-qt5.conf
Expand Up @@ -2,7 +2,7 @@
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

<policy user="nemo">
<policy group="users">
<allow own="com.nokia.time"/>
</policy>

Expand Down

0 comments on commit 74985f7

Please sign in to comment.