Disable hardened_malloc for Thunderbird

This commit is contained in:
Tommy 2025-01-28 08:46:49 -07:00 committed by GitHub
parent 403c798238
commit 380faedd0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,4 +26,8 @@ download() {
sudo dnf install -y thunderbird
echo 'QUBES_GPG_DOMAIN=vault' | 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