From ca6eec7dcf388c3d0bf52f54c56f7c957b8b777b Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sun, 12 Apr 2020 02:07:47 +0000 Subject: Fix shell in firefox-common.profile This fixes #3333. --- etc/firefox-common.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 protocol unix,inet,inet6,netlink # The below seccomp configuration still permits chroot syscall. See https://github.com/netblue30/firejail/issues/2506 for possible workarounds. seccomp !chroot -shell none +# Uncomment the next line (or put it into your firefox-common.local) if your firefox doesn't require a shell to lauch. +#shell none # Disable tracelog, it breaks or causes major issues with many firefox based browsers, see https://github.com/netblue30/firejail/issues/1930. #tracelog -- cgit v1.2.3-54-g00ecf