Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /usr/share/dbus-1/system.d/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- --> <!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="net.reactivated.Fprint"/> </policy> <!-- Anyone can talk to the service --> <policy context="default"> <allow send_destination="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" 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>