Skip to content
  • David Edmundson's avatar
    Port all instances of Kauthorized action/shell_command to shell_command · aa4d0945
    David Edmundson authored
    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 from
    KApplication::authorize to KAuthorized in kdelibs3 to kdelibs4.
    
    To actually block konsole and any effect a sysadmin currently needs to
    have both keys set already, so we can be confident it won't have any
    actual compatibility problems.
    
    REVIEW: 127964
    aa4d0945