Opened on Apr 20, 2011 at 10:43:23 PM
Closed on May 2, 2011 at 4:00:28 PM
#5915 closed defect (duplicate)
Does not obey setgid bit over sftp
Reported by: | chaumes | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 4.1 |
Component: | sftp | Version: | 4.0.2 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
In Unix filesystems, it is possible to set a folder as setgid, which causes all files and subfolders to inherit the group of the setgid folder. The setgid bit is further inherited by any subfolders.
The setgid bit is set from the command line using, e.g. 'chmod g+s myFolder'.
When cyberduck creates a new folder, it ignores the setgid bit on the parent directory, creating directories with the wrong group, and the new folder does not inherit the setgid bit from its parent.
Change History (2)
comment:1 Changed on Apr 21, 2011 at 4:43:25 AM by yla
- Component changed from core to sftp
- Milestone set to 4.1
- Owner set to dkocher
comment:2 Changed on May 2, 2011 at 4:00:28 PM by dkocher
- Resolution set to duplicate
- Status changed from new to closed
- Summary changed from cyberduck does not obey setgid bit over sftp to Does not obey setgid bit over sftp
Note: See
TracTickets for help on using
tickets.
Duplicate for #3790.