aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gconf.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-03-06 06:06:14 +0000
committerLibravatar GitHub <noreply@github.com>2019-03-06 06:06:14 +0000
commitd745b31d4e738a9f9c137bad7807a4b81505e65c (patch)
treef94a26e6f58eec6f71e6aadd73fbc87f9b27e47c /etc/gconf.profile
parentFix #2518 -- noexec HOME breaks discord (blank screen only) (diff)
downloadfirejail-d745b31d4e738a9f9c137bad7807a4b81505e65c.tar.gz
firejail-d745b31d4e738a9f9c137bad7807a4b81505e65c.tar.zst
firejail-d745b31d4e738a9f9c137bad7807a4b81505e65c.zip
Add gconf + redirect profiles (#2528)
* Create gconf.profile * Update gconf-editor.profile * Create gconf-merge-schema.profile * Create gconf-merge-tree.profile * Create gconfpkg.profile * Create gconftool-2.profile * Create gsettings-data-convert.profile * Create gsettings-schema-convert.profile * Allow python2 in gconf.profile
Diffstat (limited to 'etc/gconf.profile')
-rw-r--r--etc/gconf.profile57
1 files changed, 57 insertions, 0 deletions
diff --git a/etc/gconf.profile b/etc/gconf.profile
new file mode 100644
index 000000000..94af21833
--- /dev/null
+++ b/etc/gconf.profile
@@ -0,0 +1,57 @@
1# Firejail profile for gconf
2# Description: An obsolete configuration database system
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gconf.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/gconf
10
11# Allow python2 (blacklisted by disable-interpreters.inc)
12noblacklist ${PATH}/python2*
13#noblacklist ${PATH}/python3*
14noblacklist /usr/lib/python2*
15#noblacklist /usr/lib/python3*
16
17include disable-common.inc
18include disable-devel.inc
19include disable-interpreters.inc
20include disable-passwdmgr.inc
21include disable-programs.inc
22include disable-xdg.inc
23
24mkdir ${HOME}/.config/gconf
25whitelist ${HOME}/.config/gconf
26include whitelist-common.inc
27
28apparmor
29caps.drop all
30ipc-namespace
31machine-id
32net none
33no3d
34nodvd
35nogroups
36nonewprivs
37noroot
38nosound
39notv
40nou2f
41novideo
42protocol unix
43seccomp
44shell none
45tracelog
46
47disable-mnt
48private-bin gconf-editor,gconf-merge-*,gconfpkg,gconftool-2,gsettings-*-convert,python2*
49private-cache
50private-dev
51private-etc alternatives,fonts,gconf
52private-lib libpython*,python2*
53private-tmp
54
55memory-deny-write-execute
56noexec ${HOME}
57noexec /tmp