mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Every time QOwnNotes was started, setup Wizard was shown. Log shown: `Warning: cannot create xxx.config directory`
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
# Firejail profile for QOwnNotes
|
|
# Description: Plain-text file notepad with markdown support and ownCloud integration
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include QOwnNotes.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
noblacklist ${DOCUMENTS}
|
|
noblacklist ${HOME}/Nextcloud/Notes
|
|
noblacklist ${HOME}/.config/PBE
|
|
noblacklist ${HOME}/.local/share/PBE
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-passwdmgr.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/Nextcloud/Notes
|
|
mkdir ${HOME}/.config/PBE
|
|
mkdir ${HOME}/.local/share/PBE
|
|
whitelist ${DOCUMENTS}
|
|
whitelist ${HOME}/Nextcloud/Notes
|
|
whitelist ${HOME}/.config/PBE
|
|
whitelist ${HOME}/.local/share/PBE
|
|
include whitelist-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
caps.drop all
|
|
machine-id
|
|
netfilter
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix,inet,inet6,netlink
|
|
seccomp
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin gio,QOwnNotes
|
|
private-dev
|
|
private-etc alternatives,ca-certificates,crypto-policies,fonts,host.conf,hosts,ld.so.cache,nsswitch.conf,pki,pulse,resolv.conf,ssl
|
|
private-tmp
|
|
|