aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firejail.config
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2019-04-13 10:27:47 -0400
committerLibravatar Tad <tad@spotco.us>2019-04-13 14:37:02 -0400
commitab78a250dbf889898427f46f52260425ccc8eda5 (patch)
treeac2c49207d51f3779ebbd83098fbd8cab7adb27f /etc/firejail.config
parentFixes https://github.com/netblue30/firejail/issues/2547 (#2648) (diff)
downloadfirejail-ab78a250dbf889898427f46f52260425ccc8eda5.tar.gz
firejail-ab78a250dbf889898427f46f52260425ccc8eda5.tar.zst
firejail-ab78a250dbf889898427f46f52260425ccc8eda5.zip
Add a conditional to control DRM/noexec exception for browsers
Diffstat (limited to 'etc/firejail.config')
-rw-r--r--etc/firejail.config9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/firejail.config b/etc/firejail.config
index b37edf7a5..497d9633e 100644
--- a/etc/firejail.config
+++ b/etc/firejail.config
@@ -5,9 +5,6 @@
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
11# Number of ARP probes sent when assigning an IP address for --net option, 8# Number of ARP probes sent when assigning an IP address for --net option,
12# default 2. This is a partial implementation of RFC 5227. A 0.5 seconds 9# default 2. This is a partial implementation of RFC 5227. A 0.5 seconds
13# timeout is implemented for each probe. Increase this number to 4 if your 10# timeout is implemented for each probe. Increase this number to 4 if your
@@ -18,6 +15,12 @@
18# Enable or disable bind support, default enabled. 15# Enable or disable bind support, default enabled.
19# bind yes 16# bind yes
20 17
18# Allow (DRM) execution in browsers, default disabled.
19# browser-allow-drm no
20
21# Disable U2F in browsers, default enabled.
22# browser-disable-u2f yes
23
21# Enable or disable cgroup support, default enabled. 24# Enable or disable cgroup support, default enabled.
22# cgroup yes 25# cgroup yes
23 26