From ee2359faba317cdec796150695bea08d6673d758 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 22 Aug 2020 15:35:22 -0700 Subject: Add hardened-malloc to more profiles --- profiles/calcurse.profile | 3 +++ profiles/firefox.local | 1 + profiles/ktorrent.local | 3 +++ profiles/qtox.local | 2 +- profiles/wget.local | 3 +++ 5 files changed, 11 insertions(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/calcurse.profile b/profiles/calcurse.profile index 55efe09..2bdde1a 100644 --- a/profiles/calcurse.profile +++ b/profiles/calcurse.profile @@ -37,3 +37,6 @@ private-cache private-dev private-etc localtime private-tmp + +# # Use with hardened-malloc package +env LD_PRELOAD=/usr/lib/libhardened_malloc.so diff --git a/profiles/firefox.local b/profiles/firefox.local index 7c26bed..36d2a32 100644 --- a/profiles/firefox.local +++ b/profiles/firefox.local @@ -32,4 +32,5 @@ private-etc resolv.conf #ignore noroot # # Use with hardened-malloc package +# This breaks firefox on polaris10 amdgpu for some reason env LD_PRELOAD=/usr/lib/libhardened_malloc.so diff --git a/profiles/ktorrent.local b/profiles/ktorrent.local index 3a22321..1655d6f 100644 --- a/profiles/ktorrent.local +++ b/profiles/ktorrent.local @@ -31,3 +31,6 @@ tracelog private-bin ktorrent,dbus-launch,kdeinit5 private-cache private-etc ca-certificates,fonts,machine-id,passwd,resolv.conf,ssl,xdg + +# # Use with hardened-malloc package +env LD_PRELOAD=/usr/lib/libhardened_malloc.so diff --git a/profiles/qtox.local b/profiles/qtox.local index 28cfcdb..a70b3ff 100644 --- a/profiles/qtox.local +++ b/profiles/qtox.local @@ -20,5 +20,5 @@ private-bin qtox,dbus-launch private-etc asound.conf,fonts,group,ld.so.cache,localtime,machine-id,passwd,pulse,resolv.conf # # Use with hardened-malloc package -# This breaks qtox on amdgpu for some reason +# This breaks qtox on polaris10 amdgpu for some reason env LD_PRELOAD=/usr/lib/libhardened_malloc.so diff --git a/profiles/wget.local b/profiles/wget.local index 843ded4..311e23d 100644 --- a/profiles/wget.local +++ b/profiles/wget.local @@ -1,3 +1,6 @@ machine-id nodbus protocol inet,inet6 + +# # Use with hardened-malloc package +env LD_PRELOAD=/usr/lib/libhardened_malloc.so -- cgit v1.2.1