From b545cd98ce27bddb1fc3709080725915ec2b7bfd Mon Sep 17 00:00:00 2001 From: titanz Date: Sat, 1 Feb 2025 15:03:56 +0100 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 9a1d625..7050eba 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=sys-gpg' | sudo tee -a /etc/environment +# 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