mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
* 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
18 lines
559 B
Text
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
|