mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-24 17:10:10 +01:00
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:
parent
267b322f6d
commit
a10f0dc22d
1 changed files with 3 additions and 1 deletions
|
|
@ -13,7 +13,9 @@
|
||||||
<!-- 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"
|
||||||
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 -->
|
<!-- Basic D-Bus API stuff -->
|
||||||
<allow send_destination="net.reactivated.Fprint"
|
<allow send_destination="net.reactivated.Fprint"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue