diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-18 20:54:47 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-10-18 20:54:47 -0700 |
commit | 6ea485a808c1bc86cdbff55b99b5e5e9e03ab65b (patch) | |
tree | 5856536d3208d494856509915436610b4c5c679b /profiles/calcurse.profile | |
parent | Fix bannerlord profile (diff) | |
download | firejail-profiles-6ea485a808c1bc86cdbff55b99b5e5e9e03ab65b.tar.xz |
Updated for firejail 0.9.64-rc1
Diffstat (limited to 'profiles/calcurse.profile')
-rw-r--r-- | profiles/calcurse.profile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/profiles/calcurse.profile b/profiles/calcurse.profile index 2bdde1a..f9649c5 100644 --- a/profiles/calcurse.profile +++ b/profiles/calcurse.profile @@ -4,6 +4,9 @@ include calcurse.local # Persistent global definitions include globals.local +blacklist /tmp/.X11-unix +blacklist ${RUNUSER}/wayland-* + noblacklist ${HOME}/.config/calcurse noblacklist ${HOME}/.local/share/calcurse mkdir ${HOME}/.config/calcurse @@ -17,7 +20,6 @@ machine-id net none netfilter no3d -nodbus nodvd nogroups nonewprivs @@ -40,3 +42,6 @@ private-tmp # # Use with hardened-malloc package env LD_PRELOAD=/usr/lib/libhardened_malloc.so + +dbus-user none +dbus-system none |