aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-04-12 02:07:47 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-12 02:07:47 +0000
commitca6eec7dcf388c3d0bf52f54c56f7c957b8b777b (patch)
treec0b12cfa5b900e02ecfca63d0cba41b5723a8ca0
parentFix (fatal-warnings) warning by adding braces (diff)
downloadfirejail-ca6eec7dcf388c3d0bf52f54c56f7c957b8b777b.tar.gz
firejail-ca6eec7dcf388c3d0bf52f54c56f7c957b8b777b.tar.zst
firejail-ca6eec7dcf388c3d0bf52f54c56f7c957b8b777b.zip
Fix shell in firefox-common.profile
This fixes #3333.
-rw-r--r--etc/firefox-common.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/firefox-common.profile b/etc/firefox-common.profile
index 7c343c26d..bc64a5abf 100644
--- a/etc/firefox-common.profile
+++ b/etc/firefox-common.profile
@@ -44,7 +44,8 @@ notv
44protocol unix,inet,inet6,netlink 44protocol unix,inet,inet6,netlink
45# The below seccomp configuration still permits chroot syscall. See https://github.com/netblue30/firejail/issues/2506 for possible workarounds. 45# The below seccomp configuration still permits chroot syscall. See https://github.com/netblue30/firejail/issues/2506 for possible workarounds.
46seccomp !chroot 46seccomp !chroot
47shell none 47# Uncomment the next line (or put it into your firefox-common.local) if your firefox doesn't require a shell to lauch.
48#shell none
48# Disable tracelog, it breaks or causes major issues with many firefox based browsers, see https://github.com/netblue30/firejail/issues/1930. 49# Disable tracelog, it breaks or causes major issues with many firefox based browsers, see https://github.com/netblue30/firejail/issues/1930.
49#tracelog 50#tracelog
50 51