From 380faedd0d7181d94716999868dcb7156e6a6c28 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 28 Jan 2025 08:46:49 -0700 Subject: [PATCH] Disable hardened_malloc for Thunderbird --- fedora-gnome/thunderbird.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fedora-gnome/thunderbird.sh b/fedora-gnome/thunderbird.sh index 06c9a97..db7fef9 100644 --- a/fedora-gnome/thunderbird.sh +++ b/fedora-gnome/thunderbird.sh @@ -26,4 +26,8 @@ download() { sudo dnf install -y thunderbird -echo 'QUBES_GPG_DOMAIN=vault' | sudo tee -a /etc/environment \ No newline at end of file +# Change the GPG Domain name appropriately +echo 'QUBES_GPG_DOMAIN=vault' | sudo tee -a /etc/environment + +# Disable hardened_malloc (for now) +sudo rm /etc/ld.so.preload \ No newline at end of file