update MALLOC_PERTURB_ to GLIBC_TUNABLES

This commit is contained in:
jacekpoz 2024-10-19 22:54:44 +02:00
parent f3e7cb0ad8
commit 9b77885e28
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -1,5 +1,5 @@
_: {
environment.sessionVariables = {
MALLOC_PERTURB_ = /*sh*/"$(($(head -200 /dev/urandom | cksum | cut -f1 -d ' ') % 255 + 1))";
GLIBC_TUNABLES = /*sh*/"glibc.malloc.perturb=$(($(head -200 /dev/urandom | cksum | cut -f1 -d ' ') % 255 + 1))";
};
}