Skip to content

Commit

Permalink
[nemo] Only allow privileged users to access the pw manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Perl committed Oct 28, 2013
1 parent 163c834 commit 70a85f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbus/org.nemo.passwordmanager.conf
Expand Up @@ -8,7 +8,7 @@
<allow send_destination="org.nemo.passwordmanager" send_interface="org.nemo.passwordmanager"/>
</policy>

<policy group="system">
<policy group="privileged">
<allow send_destination="org.nemo.passwordmanager" send_interface="org.nemo.passwordmanager"/>
<allow send_destination="org.nemo.passwordmanager" send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.nemo.passwordmanager" send_interface="org.freedesktop.DBus.Peer"/>
Expand Down

0 comments on commit 70a85f0

Please sign in to comment.