net.reactivated.Fprint: Allow actual fprind interfaces to be used

We allowed a non-existant net.reactivated.Fprint interface, while our
interfaces are Manager and Device.

Allow them to be used.
This commit is contained in:
Marco Trevisan (Treviño) 2020-12-03 17:54:21 +01:00
parent 267b322f6d
commit a10f0dc22d

View file

@ -13,7 +13,9 @@
<!-- Anyone can talk to the service -->
<policy context="default">
<allow send_destination="net.reactivated.Fprint"
send_interface="net.reactivated.Fprint"/>
send_interface="net.reactivated.Fprint.Manager"/>
<allow send_destination="net.reactivated.Fprint"
send_interface="net.reactivated.Fprint.Device"/>
<!-- Basic D-Bus API stuff -->
<allow send_destination="net.reactivated.Fprint"