aboutsummaryrefslogtreecommitdiffstats
path: root/etc/default.profile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/default.profile')
-rw-r--r--etc/default.profile13
1 files changed, 11 insertions, 2 deletions
diff --git a/etc/default.profile b/etc/default.profile
index a2de72695..603321316 100644
--- a/etc/default.profile
+++ b/etc/default.profile
@@ -5,11 +5,20 @@ include /etc/firejail/disable-common.inc
5include /etc/firejail/disable-programs.inc 5include /etc/firejail/disable-programs.inc
6include /etc/firejail/disable-passwdmgr.inc 6include /etc/firejail/disable-passwdmgr.inc
7 7
8#blacklist ${HOME}/.wine
9
10caps.drop all 8caps.drop all
11netfilter 9netfilter
12nonewprivs 10nonewprivs
13noroot 11noroot
14protocol unix,inet,inet6 12protocol unix,inet,inet6
15seccomp 13seccomp
14
15#
16# depending on you usage, you can enable some of the commands below:
17#
18# nogroups
19# shell none
20# private-bin program
21# private-etc none
22# private-dev
23# private-tmp
24