Duplicate
Details
Assignee
Triage TeamTriage TeamReporter
Maximilian DoerrMaximilian DoerrLabels
Impact
HighFix versions
Affects versions
Priority
Low
Details
Details
Assignee
Triage Team
Triage TeamReporter
Maximilian Doerr
Maximilian DoerrLabels
Impact
High
Fix versions
Affects versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created November 4, 2020 at 1:03 PM
Updated July 1, 2022 at 5:00 PM
Resolved November 4, 2020 at 3:25 PM
This is a recreation of https://ixsystems.atlassian.net/browse/NAS-108197#icft=NAS-108197 since it was improperly closed due to a misassessment. I would reopen it myself, but I can't.
I'm trying to access a folder of a mountpoint as user www. The folder permissions are set to 2770 (drwxrws---), which has read, write, execute set for both user and group, as well as setgid set, and are owned by an unregistered user (from the jail's perspective), and by testgroup. www is a member of testgroup.
Terminal output:
NextCloud% ls -l
drwxrws--- 4 1002 testgroup 4 Aug 17 2018 testfolder
NextCloud% cd testfolder
cd: permission denied: testfolder
NextCloud% id www
uid=80(www) gid=80(www) groups=80(www),972(testgroup)
NextCloud% whoami
www