maybe chmod 0644 './dbus-1/system.d/org.gnome.GConf.Defaults.conf'
maybe chmod 0644 './dbus-1/system.d/org.gnome.SettingsDaemon.DateTimeMechanism.conf'
maybe chmod 0644 './dbus-1/system.d/org.kde.auth.conf'
+maybe chmod 0644 './dbus-1/system.d/org.kde.polkitkde1.helper.conf'
maybe chmod 0644 './dbus-1/system.d/pulseaudio-system.conf'
maybe chmod 0644 './dbus-1/system.d/wpa_supplicant.conf'
maybe chmod 0755 './default'
--- /dev/null
+<!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>
\ No newline at end of file