Commit 90e12f2
test: clarify fork inherit permission flags
This commit updates the documentation and includes
a test to ensure that permission model flags
will be passed to the child process if `fork`
is called
PR-URL: #56523
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 334a3ac commit 90e12f2Copy full SHA for 90e12f2
File tree
Expand file treeCollapse file tree
2 files changed
+15
-8
lines changedOpen diff view settings
Filter options
- doc/api
- test/parallel
Expand file treeCollapse file tree
2 files changed
+15
-8
lines changedOpen diff view settings
Collapse file
+6-7Lines changed: 6 additions & 7 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
174 | 174 | |
175 | 175 | |
176 | 176 | |
177 | | - |
178 | | - |
179 | | - |
180 | | - |
181 | | - |
182 | | - |
183 | | - |
184 | 177 | |
185 | 178 | |
186 | 179 | |
187 | 180 | |
188 | 181 | |
189 | 182 | |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
190 | 189 | |
191 | 190 | |
192 | 191 | |
|
Collapse file
test/parallel/test-permission-allow-child-process-cli.js
Copy file name to clipboardExpand all lines: test/parallel/test-permission-allow-child-process-cli.js+9-1Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
8 | 9 | |
9 | 10 | |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
10 | 17 | |
11 | 18 | |
12 | 19 | |
| ||
21 | 28 | |
22 | 29 | |
23 | 30 | |
24 | | - |
| 31 | + |
| 32 | + |
25 | 33 | |
26 | 34 | |
0 commit comments