diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-25 05:30:14 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-01-25 05:30:14 -0800 |
commit | a0e6333b533c611609e43410046145c8f7f8389d (patch) | |
tree | 6f94b9430343339eecc144e50d3e819f0c3cbd2b | |
parent | Added profiles for nexus the jupiter incident and battlestar galactica deadlock (diff) | |
download | firejail-profiles-a0e6333b533c611609e43410046145c8f7f8389d.tar.xz |
Add notes for hardened-malloc breakage on aruba
-rw-r--r-- | profiles/qtox.local | 1 | ||||
-rw-r--r-- | profiles/rtorrent.local | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/profiles/qtox.local b/profiles/qtox.local index 8faca83..b7870f4 100644 --- a/profiles/qtox.local +++ b/profiles/qtox.local @@ -22,4 +22,5 @@ ignore dbus-system none # # Use with hardened-malloc package # This breaks qtox on polaris10 amdgpu for some reason +# And on aruba radeon env LD_PRELOAD=/usr/lib/libhardened_malloc.so diff --git a/profiles/rtorrent.local b/profiles/rtorrent.local index 5bbc634..7af0444 100644 --- a/profiles/rtorrent.local +++ b/profiles/rtorrent.local @@ -21,4 +21,5 @@ dbus-user none dbus-system none # # Use with hardened-malloc package +# This breaks rtorrent on aruba radeon for some reason env LD_PRELOAD=/usr/lib/libhardened_malloc.so |