diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-22 15:35:22 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-22 15:35:22 -0700 |
commit | ee2359faba317cdec796150695bea08d6673d758 (patch) | |
tree | b00f1c8f1d5c19a73ee4df067a29fca764667c19 /profiles | |
parent | Fix digikam for firejail 0.9.62.2 (diff) | |
download | firejail-profiles-ee2359faba317cdec796150695bea08d6673d758.tar.xz |
Add hardened-malloc to more profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/calcurse.profile | 3 | ||||
-rw-r--r-- | profiles/firefox.local | 1 | ||||
-rw-r--r-- | profiles/ktorrent.local | 3 | ||||
-rw-r--r-- | profiles/qtox.local | 2 | ||||
-rw-r--r-- | profiles/wget.local | 3 |
5 files changed, 11 insertions, 1 deletions
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 |