[kio] src/ioslaves/file/kauth: Do not cache root password for the whole session

Luca Beltrame null at kde.org
Fri Jan 12 12:41:42 UTC 2018


Git commit 029da62886e0571dfbe54cc4433af8ae8ac3433d by Luca Beltrame.
Committed on 12/01/2018 at 12:41.
Pushed by lbeltrame into branch 'master'.

Do not cache root password for the whole session

With something as KIO, this is *really* bad as further actions will
*not* get any password prompt for any action in file.actions.

CCMAIL: chinmoyrp65 at gmail.com
CCMAIL: kde-frameworks-devel at kde.org

M  +1    -1    src/ioslaves/file/kauth/file.actions

https://commits.kde.org/kio/029da62886e0571dfbe54cc4433af8ae8ac3433d

diff --git a/src/ioslaves/file/kauth/file.actions b/src/ioslaves/file/kauth/file.actions
index a1a5c117..33fa47c9 100644
--- a/src/ioslaves/file/kauth/file.actions
+++ b/src/ioslaves/file/kauth/file.actions
@@ -2,4 +2,4 @@
 Name=Execute action as root.
 Description=Root privileges are required to complete the action.
 Policy=auth_admin
-Persistence=session
+Persistence=


More information about the Kde-frameworks-devel mailing list