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:
parent
403c798238
commit
380faedd0d
@ -26,4 +26,8 @@ download() {
|
|||||||
|
|
||||||
sudo dnf install -y thunderbird
|
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…
Reference in New Issue
Block a user