https://bugs.kde.org/show_bug.cgi?id=377514
--- Comment #1 from m...@mwsys.mine.bz --- checking the source code I think in this case kfileitem is wrong in this case: the methods isReadable and isWritable return false only if it is absolutely sure it is not readable or writeable (the exception remote file is explicitly written in the method documentation, so this one is not a wishlist but a bug) The kmountpoint class would give all required information (the noperm mount option), how expensive it would be to request that information I am not able to tell. Maybe the KMountPoint should add one or two FileSystemFlags: isRemote and supportsAcl. Until kio supports nfs4 acls I would also not consider acl checking locally if fs is mounted with nfs4 and sec=krb5 (=return true for isReadable and isWritable) -- You are receiving this mail because: You are watching all bug changes.