mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
net.reactivated.Fprint: Explicitly allow basic D-Bus APIs
This commit is contained in:
committed by
Marco Trevisan
parent
7ee61393ec
commit
df568e1ce1
@ -14,6 +14,14 @@
|
||||
<policy context="default">
|
||||
<allow send_destination="net.reactivated.Fprint"
|
||||
send_interface="net.reactivated.Fprint"/>
|
||||
|
||||
<!-- Basic D-Bus API stuff -->
|
||||
<allow send_destination="net.reactivated.Fprint"
|
||||
send_interface="org.freedesktop.DBus.Introspectable"/>
|
||||
<allow send_destination="net.reactivated.Fprint"
|
||||
send_interface="org.freedesktop.DBus.Properties"/>
|
||||
<allow send_destination="net.reactivated.Fprint"
|
||||
send_interface="org.freedesktop.DBus.ObjectManager"/>
|
||||
</policy>
|
||||
|
||||
</busconfig>
|
||||
|
||||
Reference in New Issue
Block a user