Skip to content

Commit

Permalink
[commhistoryd] Relax DBus policy. Fixes JB#47593
Browse files Browse the repository at this point in the history
nemo is no longer the only user, can't be used as a restriction criteria.
  • Loading branch information
monich committed Sep 4, 2020
1 parent 27bf579 commit 6515208
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/org.ofono.SmartMessagingAgent.conf
Expand Up @@ -2,10 +2,7 @@
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="nemo">
<allow own="org.ofono.SmartMessagingAgent"/>
</policy>
<policy user="root">
<policy context="default">
<allow own="org.ofono.SmartMessagingAgent"/>
</policy>
</busconfig>

0 comments on commit 6515208

Please sign in to comment.