Disable hardened_malloc for Thunderbird
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 11s
This commit is contained in:
parent
cdd4c0c8b0
commit
b545cd98ce
@ -26,4 +26,8 @@ download() {
|
|||||||
|
|
||||||
sudo dnf install -y thunderbird
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user