9 lines
391 B
XML
9 lines
391 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>
|
|
<policy user="root">
|
|
<!-- Allow open-fprintd service call our methods -->
|
|
<allow send_interface="io.github.uunicorn.Fprint.Device"/>
|
|
</policy>
|
|
</busconfig>
|