Your IP : 216.73.217.87


Current Path : /etc/dbus-1/system.d/
Upload File :
Current File : //etc/dbus-1/system.d/org.kde.polkitkde1.helper.conf

<!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 polkit-kde to work. -->

  <!-- Only user root can own the polkitkde1.helper service -->
  <policy user="root">
    <allow own="org.kde.polkitkde1.helper"/>
  </policy>

  <!-- Allow anyone to call into the service - we'll reject callers using polkit -->
  <policy context="default">
    <allow send_destination="org.kde.polkitkde1.helper"/>
  </policy>

</busconfig>