RFR: 8357425: (fs) SecureDirectoryStream setPermissions should use fchmodat

Brian Burkhalter bpb at openjdk.org
Thu May 29 23:44:07 UTC 2025


On Thu, 29 May 2025 23:37:26 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

> Modify to use the `fchmodat(2)` system call to set permissions where possible to do so. This fixes the problem presented in the issue description.

The `jdk_nio` tests pass on Linux and macOS in the CI.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25534#issuecomment-2920816849


More information about the nio-dev mailing list