From fbb962b099705b31aa4ed91419ce1c32562c0532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Thu, 14 Mar 2024 11:59:00 +0100 Subject: [PATCH] test-agent: Re-enable monitor features They were previously disabled to avoid a bug on R^X systems, back when Interceptor didn't correctly suspend threads. --- tests/test-agent.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-agent.vala b/tests/test-agent.vala index 41ead5ec1..d28e67fdf 100644 --- a/tests/test-agent.vala +++ b/tests/test-agent.vala @@ -566,7 +566,7 @@ Interceptor.attach(Module.getExportByName('libsystem_kernel.dylib', 'open'), () injector_state = &s; #endif - string agent_parameters = transport_address + "|exit-monitor:off|thread-suspend-monitor:off"; + string agent_parameters = transport_address; main_impl (agent_parameters, ref unload_policy, injector_state);