mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
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:
committed by
Marco Trevisan
parent
57ca0dc95e
commit
7ee61393ec
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
<!-- Anyone can talk to the service -->
|
<!-- Anyone can talk to the service -->
|
||||||
<policy context="default">
|
<policy context="default">
|
||||||
<allow send_destination="net.reactivated.Fprint"/>
|
<allow send_destination="net.reactivated.Fprint"
|
||||||
<allow send_interface="net.reactivated.Fprint"/>
|
send_interface="net.reactivated.Fprint"/>
|
||||||
</policy>
|
</policy>
|
||||||
|
|
||||||
</busconfig>
|
</busconfig>
|
||||||
|
|||||||
Reference in New Issue
Block a user