From 5e6b000b1fdd6cfbc28e1e5004ca7e47265eb009 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Wed, 10 Jul 2024 15:08:16 -0700 Subject: [PATCH] Undo ASLR off --- buildbot/start_script.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/buildbot/start_script.sh b/buildbot/start_script.sh index b3c03f6bd..c3529a1f1 100755 --- a/buildbot/start_script.sh +++ b/buildbot/start_script.sh @@ -68,9 +68,6 @@ kernel.core_pipe_limit = 0 kernel.panic_on_oops = 0 kernel.softlockup_panic = 0 kernel.core_pattern = |/bin/false - -# FIXME: Upgrade bots and fix this. -kernel.randomize_va_space=0 EOF sysctl --system