1
0
mirror of https://github.com/tommytran732/QubesOS-Scripts synced 2025-02-20 18:21:34 -05:00

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