File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,8 @@ The table below describes the current level of support that Subprocess has for v
230
230
| ** tvOS** | Not supported |
231
231
| ** visionOS** | Not supported |
232
232
| ** Ubuntu 22.04** | Supported |
233
+ | ** Ubuntu 24.04** | Supported |
234
+ | ** Red Hat Universal Base Image 9** | Supported |
233
235
| ** Debian 12** | Supported |
234
236
| ** Windows** | Supported |
235
237
Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ internal struct CreatedPipe: ~Copyable {
864
864
return CreateNamedPipeW (
865
865
pipeNameW,
866
866
openMode,
867
- DWORD ( PIPE_TYPE_BYTE | PIPE_READMODE_BYTE | PIPE_WAIT) ,
867
+ DWORD ( PIPE_TYPE_BYTE | PIPE_READMODE_BYTE | PIPE_WAIT | PIPE_REJECT_REMOTE_CLIENTS ) ,
868
868
1 , // Max instance,
869
869
DWORD ( readBufferSize) ,
870
870
DWORD ( readBufferSize) ,
You can’t perform that action at this time.
0 commit comments