firejail/etc/profile-a-l/knotes.profile
Kishore96in 319f2dc8d6
Blacklist .local/share/kxmlgui5 and allow access only for applications which use it. (#3493)
* blacklist .local/share/kxmlgui5

KDE programs use this to store their toolbar config.

* noblacklist .local/share/kxmlgui5 in the relevant KDE applications.

* Whitelist kxmlgui file for okular.

* Use a glob to blacklist subfolders instead of the parent folder.

noblacklisting individual subdirectories works only if we do it this way
(tested by launching bash in the kate profile).

* Make directory, not file.

* noblacklist relevant subdirs for more KDE applications
2020-07-16 07:23:10 +00:00

18 lines
559 B
Text

# Firejail profile for knotes
# Description: Sticky notes application
# This file is overwritten after every install/update
# Persistent local customizations
include knotes.local
# Persistent global definitions
# added by included profile
#include globals.local
# knotes has problems launching akonadi in debian and ubuntu.
# one solution is to have akonadi already running when knotes is started
noblacklist ${HOME}/.config/knotesrc
noblacklist ${HOME}/.local/share/knotes
noblacklist ${HOME}/.local/share/kxmlgui5/knotes
# Redirect
include kmail.profile