mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
61 lines
1.2 KiB
Text
61 lines
1.2 KiB
Text
# Firejail profile for gconf
|
|
# Description: An obsolete configuration database system
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include gconf.local
|
|
# Persistent global definitions
|
|
include globals.local
|
|
|
|
blacklist ${RUNUSER}/wayland-*
|
|
|
|
noblacklist ${HOME}/.config/gconf
|
|
|
|
# Allow python (blacklisted by disable-interpreters.inc)
|
|
include allow-python2.inc
|
|
#include allow-python3.inc
|
|
|
|
include disable-common.inc
|
|
include disable-devel.inc
|
|
include disable-exec.inc
|
|
include disable-interpreters.inc
|
|
include disable-programs.inc
|
|
include disable-xdg.inc
|
|
|
|
mkdir ${HOME}/.config/gconf
|
|
whitelist ${HOME}/.config/gconf
|
|
whitelist /usr/share/GConf
|
|
whitelist /usr/share/gconf
|
|
include whitelist-common.inc
|
|
include whitelist-usr-share-common.inc
|
|
include whitelist-var-common.inc
|
|
|
|
apparmor
|
|
caps.drop all
|
|
ipc-namespace
|
|
machine-id
|
|
net none
|
|
no3d
|
|
nodvd
|
|
nogroups
|
|
noinput
|
|
nonewprivs
|
|
noroot
|
|
nosound
|
|
notv
|
|
nou2f
|
|
novideo
|
|
protocol unix
|
|
seccomp
|
|
tracelog
|
|
x11 none
|
|
|
|
disable-mnt
|
|
private-bin gconf-editor,gconf-merge-*,gconfpkg,gconftool-2,gsettings-*-convert,python2*
|
|
private-cache
|
|
private-dev
|
|
private-etc gconf
|
|
private-lib GConf,libpython*,python2*
|
|
private-tmp
|
|
|
|
memory-deny-write-execute
|
|
restrict-namespaces
|