Bug 418716 - different access right on nfsv4 directory from dolpin and from terminal
Summary: different access right on nfsv4 directory from dolpin and from terminal
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR major
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-10 17:51 UTC by Uwe Lienig
Modified: 2021-02-05 14:32 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.