mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02: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:
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user