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/calcurse.profile | |
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/calcurse.profile')
-rw-r--r-- | profiles/calcurse.profile | 3 |
1 files changed, 3 insertions, 0 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 |