mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
- dconf database is read-only (fde6e04b) and accessed over dbus,
there are no reasons to keep it in the sandbox
25 lines
637 B
Text
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
|