Disable hardened_malloc for Thunderbird
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s

This commit is contained in:
titanz 2025-02-01 15:03:56 +01:00
parent cdd4c0c8b0
commit b545cd98ce
Signed by: titanz
GPG Key ID: EABC72179C71D4F5

View File

@ -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