aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-11-05 18:32:22 -0500
committerLibravatar Tad <tad@spotco.us>2018-11-05 18:38:16 -0500
commit1a03225b4407f1cf88410573c8fc67031de511c1 (patch)
tree2009560b8baf536c96a6f36087a6c490a9bc8b04 /etc/firejail.config
parentMerge pull request #2246 from glitsj16/dig (diff)
downloadfirejail-1a03225b4407f1cf88410573c8fc67031de511c1.tar.gz
firejail-1a03225b4407f1cf88410573c8fc67031de511c1.tar.zst
firejail-1a03225b4407f1cf88410573c8fc67031de511c1.zip
Add new config option to disable U2F in browsers, enabled by default
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index d7106e76c..00f2c1b5d 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -5,6 +5,9 @@
5# Enable AppArmor functionality, default enabled. 5# Enable AppArmor functionality, default enabled.
6# apparmor yes 6# apparmor yes
7 7
8# Disable U2F in browsers, default enabled.
9# browser-disable-u2f yes
10
8# Number of ARP probes sent when assigning an IP address for --net option, 11# Number of ARP probes sent when assigning an IP address for --net option,
9# default 2. This is a partial implementation of RFC 5227. A 0.5 seconds 12# default 2. This is a partial implementation of RFC 5227. A 0.5 seconds
10# timeout is implemented for each probe. Increase this number to 4 if your 13# timeout is implemented for each probe. Increase this number to 4 if your