rde2 opened a new issue, #535: URL: https://github.com/apache/mina-sshd/issues/535
### Version 2.12.0 ### Bug description Connect to mina sshd sftp server using normal sftp client. Use "mkdir" to create a directory. The directory is created with mode 777 (rwxrwxrwx). The process umask (0022 or 0027) should prevent "write by others" being set. The directory is created with the correct mode then this is overridden in doMakeDirectory ### Actual behavior The directory is created with mode 777 (rwxrwxrwx). ### Expected behavior he directory is created without write by others permission. ### Relevant log output _No response_ ### Other information _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org