mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
17 lines
524 B
Text
17 lines
524 B
Text
# Firejail profile for knotes
|
|
# Description: Sticky notes application
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include /etc/firejail/knotes.local
|
|
# Persistent global definitions
|
|
include /etc/firejail/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
|
|
|
|
|
|
# Redirect
|
|
include /etc/firejail/kmail.profile
|