In legacy/trac#32240 (moved), we discovered that tor's sandbox doesn't work on recent Ubuntu versions. So we need to disable the sandbox on those CI jobs.
One good way to implement this change, is by making it a first-class chutney feature.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
I would maybe suggest considering having it so that the ${sandbox} variable is only 0 or 1, and the torrc includes "Sandbox ${sandbox}". But I'm okay with this design too if you prefer it.
Yes, I think that works in this case. For some other variables, we comment out the whole line to use tor's compiled-in default. But we don't need that feature here.