RFR: 8337966: (fs) Files.readAttributes fails with Operation not permitted on older docker releases
Alan Bateman
alanb at openjdk.org
Tue Aug 27 06:23:03 UTC 2024
On Mon, 26 Aug 2024 19:51:59 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> What is the problem with syscall during initialization? We should complete quickly because of the wrong argument
The issue is that the proposal here is to workaround an issue that is somewhere else. In general the JDK just can't work if some system calls are blocked. Has the seccomp issue being fixed in a new docker release?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20484#issuecomment-2311665345
More information about the nio-dev
mailing list