https://bugzilla.novell.com/show_bug.cgi?id=864716
https://bugzilla.novell.com/show_bug.cgi?id=864716#c1
--- Comment #1 from Sebastian Krahmer krahmer@suse.com 2014-03-10 13:30:20 UTC --- Just noticed that KAuth is using
PolkitQt1::UnixProcessSubject subject(pid);
which is polkit's deprecated way of checking authorizations: by pid.
UnixProcess subjects shall not be used. I am not familar on how KAuth is used internally by KDE, but this doesnt look good.