mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2025-12-20 04:40:05 +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 -->
|
||||
<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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue