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

Brian Burkhalter bpb at openjdk.org
Tue Jun 3 15:46:36 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.

This pull request has now been integrated.

Changeset: 4604c86d
Author:    Brian Burkhalter <bpb at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/4604c86d2fced32c186680788ba98f74df071b23
Stats:     125 lines in 4 files changed: 113 ins; 0 del; 12 mod

8357425: (fs) SecureDirectoryStream setPermissions should use fchmodat

Reviewed-by: alanb

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

PR: https://git.openjdk.org/jdk/pull/25534


More information about the nio-dev mailing list