D10716: handle wrong password when using sudo which asks for another password
Fabian Vogt
noreply at phabricator.kde.org
Thu Jan 10 12:12:55 GMT 2019
fvogt requested changes to this revision.
fvogt added inline comments.
This revision now requires changes to proceed.
INLINE COMMENTS
> su:28
> + self.state = State.GOOD
> + call(["/usr/lib/x86_64-linux-gnu/libexec/kf5/kdesu_stub"])
> + exit(0)
That won't work anywhere else and requires that the binary is installed when running tests.
> sudo:28
> + self.state = State.GOOD
> + call(["/usr/lib/x86_64-linux-gnu/libexec/kf5/kdesu_stub"])
> + exit(0)
Same here.
REPOSITORY
R299 KDESu
REVISION DETAIL
https://phabricator.kde.org/D10716
To: jriddell, sitter, fvogt
Cc: fvogt, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190110/6748b251/attachment.html>
More information about the Kde-frameworks-devel
mailing list