From ecbf5ddb450ba0ad86d9a892e9bc14d52ad86fa4 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sat, 24 Mar 2018 17:00:18 +0100 Subject: add basic akonadi integration as it is now, there is no support for a full akonadi session inside the knotes sandbox, but knotes can connect to akonadi and should work fine --- etc/knotes.profile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'etc/knotes.profile') diff --git a/etc/knotes.profile b/etc/knotes.profile index 94ada7855..091c3a8e5 100644 --- a/etc/knotes.profile +++ b/etc/knotes.profile @@ -5,10 +5,12 @@ include /etc/firejail/knotes.local # Persistent global definitions include /etc/firejail/globals.local +noblacklist ${HOME}/.config/akonadi* noblacklist ${HOME}/.config/knotesrc +noblacklist ${HOME}/.local/share/akonadi/* include /etc/firejail/disable-common.inc -# include /etc/firejail/disable-devel.inc +include /etc/firejail/disable-devel.inc include /etc/firejail/disable-passwdmgr.inc include /etc/firejail/disable-programs.inc @@ -22,10 +24,14 @@ nonewprivs noroot nosound notv +novideo protocol unix seccomp shell none tracelog private-dev -#private-tmp - problems on kubuntu 17.04 +# private-tmp - interrupts connection to akonadi + +noexec ${HOME} +noexec /tmp -- cgit v1.2.3-54-g00ecf