]> cloud.milkyroute.net Git - dolphin.git/commit
Port all instances of Kauthorized action/shell_command to shell_command
authorDavid Edmundson <kde@davidedmundson.co.uk>
Thu, 26 May 2016 12:51:23 +0000 (13:51 +0100)
committerDavid Edmundson <kde@davidedmundson.co.uk>
Thu, 26 May 2016 12:51:35 +0000 (13:51 +0100)
commit25cc15a5a2097faad3d647c72bd4c2dadac3f7ef
tree666f8aa7b86aef08764d12c31f559ae0e839521c
parentb1471bbd09d88da3ffe8159075b3108bf9586220
Port all instances of Kauthorized action/shell_command to shell_command

The KAuthorized key to prevent shell access according the documentation
is simply "shell_action" not "action/shellAction" so should use
authorize not authorizeKAction

This appears to have come about as part of a porting bug when going from
KApplication::authorize to KAuthorized in kdelibs3 to kdelibs4.

To currently block shell access a sysadmin currently needs to
have both keys set already, so we can be confident it won't have any
actual compatibility problems.
src/dolphinmainwindow.cpp
src/dolphinpart.cpp