aboutsummaryrefslogtreecommitdiffstats
path: root/etc/default.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/default.profile')
-rw-r--r--etc/default.profile37
1 files changed, 22 insertions, 15 deletions
diff --git a/etc/default.profile b/etc/default.profile
index 44a9e548b..693f89ad3 100644
--- a/etc/default.profile
+++ b/etc/default.profile
@@ -1,31 +1,38 @@
1# Persistent global definitions go here 1# Firejail profile for default
2# This file is overwritten after every install/update
3# Persistent local customizations
4include /etc/firejail/default.local
5# Persistent global definitions
2include /etc/firejail/globals.local 6include /etc/firejail/globals.local
3 7
4# This file is overwritten during software install. 8# generic gui profile
5# Persistent customizations should go in a .local file. 9# depending on your usage, you can enable some of the commands below:
6include /etc/firejail/default.local
7 10
8################################
9# Generic GUI application profile
10################################
11include /etc/firejail/disable-common.inc 11include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-programs.inc 12# include /etc/firejail/disable-devel.inc
13include /etc/firejail/disable-passwdmgr.inc 13include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc
14 15
15caps.drop all 16caps.drop all
17# ipc-namespace
16netfilter 18netfilter
19# nogroups
17nonewprivs 20nonewprivs
18noroot 21noroot
22# nosound
23# novideo
19protocol unix,inet,inet6 24protocol unix,inet,inet6
20seccomp 25seccomp
21
22#
23# depending on your usage, you can enable some of the commands below:
24#
25# nogroups
26# shell none 26# shell none
27
28# disable-mnt
29# private
27# private-bin program 30# private-bin program
28# private-etc none
29# private-dev 31# private-dev
32# private-etc none
33# private-lib
30# private-tmp 34# private-tmp
31# nosound 35
36# memory-deny-write-execute
37# noexec ${HOME}
38# noexec /tmp