dfaure added inline comments.

INLINE COMMENTS

> file_unix.cpp:659
> +{
> +    if (error != EACCES || !isPrivilegeOperationAllowed()) {
> +        return false;

with EPERM we should try as root too, no?

(e.g. for unlink, rename, chown...)

REVISION DETAIL
  https://phabricator.kde.org/D6829

To: chinmoyr, dfaure, #frameworks
Cc: #frameworks

Reply via email to