You've already forked biometric-authentication
mirror of
https://github.com/ukui/biometric-authentication.git
synced 2026-03-09 09:25:45 -07:00
20 lines
615 B
XML
20 lines
615 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE busconfig PUBLIC
|
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<!-- Only root can own the service -->
|
|
<policy user="root">
|
|
<allow own="org.ukui.Biometric"/>
|
|
</policy>
|
|
|
|
<policy context="default">
|
|
<allow send_destination="org.ukui.Biometric"/>
|
|
<allow send_destination="org.ukui.Biometric"
|
|
send_interface="org.freedesktop.DBus.Introspectable"/>
|
|
<allow send_destination="org.ukui.Biometric"
|
|
send_interface="org.freedesktop.DBus.Properties"/>
|
|
</policy>
|
|
</busconfig>
|