-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 7eda943
Auto merge of #89924 - cuviper:beta-clone3, r=Mark-Simulacrum
Only use `clone3` when needed for pidfd
In #89522 we learned that `clone3` is interacting poorly with Gentoo's
`sandbox` tool. We only need that for the unstable pidfd extensions, so
otherwise avoid that and use a normal `fork`.
r? `@Mark-Simulacrum`1 file changed
+9
-3
lines changedLines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
169 | 175 |
| |
170 | 176 |
| |
171 | 177 |
| |
172 | 178 |
| |
173 | 179 |
| |
174 | 180 |
| |
175 | 181 |
| |
176 | - | ||
182 | + | ||
177 | 183 |
| |
178 | 184 |
| |
179 | 185 |
| |
| |||
212 | 218 |
| |
213 | 219 |
| |
214 | 220 |
| |
215 | - | ||
216 | - | ||
221 | + | ||
222 | + | ||
217 | 223 |
| |
218 | 224 |
| |
219 | 225 |
| |
|
0 commit comments