net.reactivated.Fprint: Only allow clients to send messages with fprintd iface to us

In the way the rule is currently set it would allow clients to send
messages with the fprintd interface to any other service, while we only
allow them to be redirected to fprintd itself.

This was causing a debian linter failure [1].

[1] https://lintian.debian.org/tags/dbus-policy-without-send-destination.html
This commit is contained in:
Marco Trevisan (Treviño) 2020-11-27 20:05:26 +01:00 committed by Marco Trevisan
parent 57ca0dc95e
commit 7ee61393ec

View file

@ -12,8 +12,8 @@
<!-- Anyone can talk to the service -->
<policy context="default">
<allow send_destination="net.reactivated.Fprint"/>
<allow send_interface="net.reactivated.Fprint"/>
<allow send_destination="net.reactivated.Fprint"
send_interface="net.reactivated.Fprint"/>
</policy>
</busconfig>