firejail/etc/qupzilla.profile
rusty-snake 880fd16254 remove ~/.config/dconf from whitelist-common.inc
- dconf database is read-only (fde6e04b) and accessed over dbus,
   there are no reasons to keep it in the sandbox
2019-09-05 17:53:12 +02:00

25 lines
637 B
Text

# Firejail profile for qupzilla
# This file is overwritten after every install/update
# Persistent local customizations
include qupzilla.local
# Persistent global definitions
# added by included profile
#include globals.local
noblacklist ${HOME}/.cache/qupzilla
noblacklist ${HOME}/.config/qupzilla
include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
mkdir ${HOME}/.cache/qupzilla
mkdir ${HOME}/.config/qupzilla
whitelist ${HOME}/.cache/qupzilla
whitelist ${HOME}/.config/qupzilla
# Redirect
include falkon.profile