mirror of
https://github.com/tommytran732/QubesOS-Scripts.git
synced 2025-09-23 05:44:47 -04:00
Disable hardened_malloc for Thunderbird
This commit is contained in:
parent
403c798238
commit
380faedd0d
1 changed files with 5 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue