mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
- add seccomp.block-secondary to a lot profiles - add wruc to firefox-common and ignore it in TB and firefox-common-addons - harden dia, gnome-keyring, libreoffice, megaglest, pngquant, ghostwriter, rhythmbox, sqlitebrowser
53 lines
1.1 KiB
Text
53 lines
1.1 KiB
Text
# Firejail profile for dconf-editor
|
|
# Description: dconf configuration editor
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include dconf-editor.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
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-shell.inc
|
|
include disable-xdg.inc
|
|
|
|
whitelist ${HOME}/.local/share/glib-2.0
|
|
include whitelist-common.inc
|
|
include whitelist-runuser-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
# net none - breaks application on older versions
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
seccomp.block-secondary
|
|
shell none
|
|
tracelog
|
|
|
|
disable-mnt
|
|
private-bin dconf-editor
|
|
private-cache
|
|
private-dev
|
|
private-etc alternatives,dconf,fonts,gtk-3.0,machine-id
|
|
private-lib
|
|
private-tmp
|
|
|
|
dbus-user filter
|
|
dbus-user.own ca.desrt.dconf-editor
|
|
dbus-user.talk ca.desrt.dconf
|
|
dbus-system none
|