aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index dbe4fb1ea..4c0cb2a41 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -2,6 +2,9 @@
2# keyword-argument pairs, one per line. Most features are enabled by default. 2# keyword-argument pairs, one per line. Most features are enabled by default.
3# Use 'yes' or 'no' as configuration values. 3# Use 'yes' or 'no' as configuration values.
4 4
5# Allow symbolic links in path of user home directories, default disabled.
6# homedir-symlink no
7
5# Enable AppArmor functionality, default enabled. 8# Enable AppArmor functionality, default enabled.
6# apparmor yes 9# apparmor yes
7 10
@@ -35,6 +38,11 @@
35# cannot be overridden by --noblacklist or --ignore. 38# cannot be overridden by --noblacklist or --ignore.
36# disable-mnt no 39# disable-mnt no
37 40
41# Set the limit for file copy in several --private-* options. The size is set
42# in megabytes. By default we allow up to 500MB.
43# Note: the files are copied in RAM.
44# file-copy-limit 500
45
38# Enable or disable file transfer support, default enabled. 46# Enable or disable file transfer support, default enabled.
39# file-transfer yes 47# file-transfer yes
40 48