Bug 418716

Summary: different access right on nfsv4 directory from dolpin and from terminal
Product: [Frameworks and Libraries] frameworks-kio Reporter: Uwe Lienig <uwe.lienig>
Component: generalAssignee: KIO Bugs <kio-bugs-null>
Status: REPORTED ---    
Severity: major CC: elvis.angelaccio, jjm, kdelibs-bugs, kfm-devel, nate, sitter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Uwe Lienig 2020-03-10 17:51:49 UTC
SUMMARY
On a desktop workstation running openSuSE 15.1 a file store from a server is mounted via nfsv4. On the server access rights are managed by ACLs. ACL are propageted to clients via nfsv4. ACLs displayed correctly with nfs4_getfacl. Dolphin refuses to grant access to the directory, whereas creating files in a terminal works, e.g. touch /some/file/on/nfsv4

STEPS TO REPRODUCE
1. setup nfsv4 server
2. export dir to clients
3. open directories with ACL (uid of dir <> uid of user, gid of dir <> gid of user) but acl allows access

OBSERVED RESULT
access is denied

EXPECTED RESULT
access is granted

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Jonathan Marten 2021-02-05 14:31:02 UTC
Accessing NFS mounted folders is handled in the same way as local file access as far as KIO is concerned; that is, by the 'file' ioslave.  The NFS ioslave in kio-extras provides access to remote NFS servers (without the need for mounting) via URLs starting "nfs://host/".  Reassigning to frameworks-kio/general.
Comment 2 Jonathan Marten 2021-02-05 14:32:15 UTC
Possible duplicate of bug 267209.