tomaswolf commented on issue #282: URL: https://github.com/apache/mina-sshd/issues/282#issuecomment-1345274336
Thanks for reporting back. I missed that LIST_DIRECTORY == READ_DATA. (Only noticed ADD_FILE and ADD_SUBDIRECTORY.) I don't know if DELETE_CHILD can apply to a file at all; but safest would be to just keep these two in the set. The idea of setting empty permissions for non-owners instead of just removing them is that I don't know what happens with inherited ACLs (i.e., set on the directory or a parent, and then inherited.) By explicitly setting an empty set that should not matter, and the file really should only be accessible by the owner. Good idea about making this configurable; I'll add such a setter. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
