On Tue, Mar 05, 2024 at 09:10:29PM +0100, Mickaël Salaün wrote:
Always run fixture setup in the grandchild process, and by default also run the teardown in the same process. However, this change makes it possible to run the teardown in a parent process when _metadata->teardown_parent is set to true (e.g. in fixture setup).
This fixes the seccomp isues for me, thanks:
Tested-by: Mark Brown broonie@kernel.org