Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not obey setgid bit over sftp #5915

Closed
cyberduck opened this issue Apr 21, 2011 · 1 comment
Closed

Does not obey setgid bit over sftp #5915

cyberduck opened this issue Apr 21, 2011 · 1 comment
Assignees
Labels
bug duplicate sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

27b0d3e created the issue

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.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Duplicate for #3790.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug duplicate sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants