| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/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>
<!-- This configuration file specifies the required security policies
for the PackageKit to work. -->
<!-- Only user root can own the PackageKit service -->
<policy user="root">
<allow own="org.freedesktop.PackageKit"/>
</policy>
<!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
<policy context="default">
<allow send_destination="org.freedesktop.PackageKit"
send_interface="org.freedesktop.PackageKit"/>
<allow send_destination="org.freedesktop.PackageKit"
send_interface="org.freedesktop.PackageKit.Transaction"/>
<allow send_destination="org.freedesktop.PackageKit"
send_interface="org.freedesktop.PackageKit.Offline"/>
<allow send_destination="org.freedesktop.PackageKit"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.freedesktop.PackageKit"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.freedesktop.PackageKit"
send_interface="org.freedesktop.DBus.Peer"/>
</policy>
</busconfig>