D24245: Add support for passing Unix file descriptors
Alexander Volkov
noreply at phabricator.kde.org
Sun Sep 29 13:22:46 BST 2019
volkov added a comment.
Without UnixFileDescriptor you could try to write
int fd = ...
Action action(...);
action.addArgument(QStringLiteral("fd"), fd);
but then KAuth won't be able to detect that it'a file descriptor and will pass it to a helper as int.
REPOSITORY
R283 KAuth
REVISION DETAIL
https://phabricator.kde.org/D24245
To: volkov, fvogt, chinmoyr, cfeck, #frameworks, security-team
Cc: aacid, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190929/57016a8c/attachment.html>
More information about the Kde-frameworks-devel
mailing list