![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/root/proc/thread-self/root/usr/share/dbus-1/system.d/ |
<?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>