summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2019-02-24 20:57:43 +0000
committerLibravatar GitHub <noreply@github.com>2019-02-24 20:57:43 +0000
commitdf06a306dec52c6992dcdd4b33495b7ed873a200 (patch)
tree304deb097d2860a7720c46376d1dd54e36112669 /etc
parentHarden clipit.profile (#2452) (diff)
downloadfirejail-df06a306dec52c6992dcdd4b33495b7ed873a200.tar.gz
firejail-df06a306dec52c6992dcdd4b33495b7ed873a200.tar.zst
firejail-df06a306dec52c6992dcdd4b33495b7ed873a200.zip
Create new dconf/gsettings profiles (#2453)
* Create dconf.profile * Create gsettings.profile
Diffstat (limited to 'etc')
-rw-r--r--etc/dconf.profile49
-rw-r--r--etc/gsettings.profile11
2 files changed, 60 insertions, 0 deletions
diff --git a/etc/dconf.profile b/etc/dconf.profile
new file mode 100644
index 000000000..a0bb5626d
--- /dev/null
+++ b/etc/dconf.profile
@@ -0,0 +1,49 @@
1# Firejail profile for dconf
2# Description: Configuration database system
3# This file is overwritten after every install/update
4# Persistent local customizations
5include dconf.local
6# Persistent global definitions
7include globals.local
8
9mkdir ${HOME}/.config/dconf
10whitelist ${HOME}/.config/dconf
11
12include disable-common.inc
13include disable-devel.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-xdg.inc
18
19apparmor
20caps.drop all
21ipc-namespace
22machine-id
23net none
24no3d
25# nodbus - D-Bus is needed to commit changes to dconf
26nodvd
27nogroups
28nonewprivs
29noroot
30nosound
31notv
32nou2f
33novideo
34protocol unix
35seccomp
36shell none
37tracelog
38
39disable-mnt
40private-bin dconf,gsettings
41private-cache
42private-dev
43private-etc alternatives,dconf
44private-lib
45private-tmp
46
47memory-deny-write-execute
48noexec ${HOME}
49noexec /tmp
diff --git a/etc/gsettings.profile b/etc/gsettings.profile
new file mode 100644
index 000000000..2203fac15
--- /dev/null
+++ b/etc/gsettings.profile
@@ -0,0 +1,11 @@
1# Firejail profile for gsettings
2# Description: GSettings configuration tool
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gsettings.local
6# Persistent global definitions
7# added by included profile
8#include globals.local
9
10# Redirect
11include dconf.profile