aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/firefox-common.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-06-19 20:53:39 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-06-19 20:53:39 +0200
commit8049562ef28eb101bbb2a979d00c211b7f20d8f3 (patch)
tree9c020b466f569e003f377bdf881736543b6aa3a5 /etc/profile-a-l/firefox-common.profile
parentshell none set as default (diff)
downloadfirejail-8049562ef28eb101bbb2a979d00c211b7f20d8f3.tar.gz
firejail-8049562ef28eb101bbb2a979d00c211b7f20d8f3.tar.zst
firejail-8049562ef28eb101bbb2a979d00c211b7f20d8f3.zip
Remove shell none from profiles
Command: sed -i "/^shell none/d" etc/*/* TODO: ``` etc/profile-a-l/beaker.profile:ignore shell none etc/profile-a-l/default.profile:# shell none etc/profile-a-l/fdns.profile:#shell none etc/profile-a-l/gnome-nettool.profile:#shell none etc/profile-a-l/jitsi-meet-desktop.profile:ignore shell none etc/profile-m-z/pidgin.profile:# shell none etc/profile-m-z/rocketchat.profile:ignore shell none etc/profile-m-z/server.profile:# shell none etc/templates/profile.template:# OPTIONS (caps*, net*, no*, protocol, seccomp*, shell none, tracelog) etc/templates/profile.template:#shell none ``` - manpage - RELNOTES - fbuilder
Diffstat (limited to 'etc/profile-a-l/firefox-common.profile')
-rw-r--r--etc/profile-a-l/firefox-common.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/profile-a-l/firefox-common.profile b/etc/profile-a-l/firefox-common.profile
index 373f41ffe..36e3405b0 100644
--- a/etc/profile-a-l/firefox-common.profile
+++ b/etc/profile-a-l/firefox-common.profile
@@ -48,7 +48,6 @@ notv
48protocol unix,inet,inet6,netlink 48protocol unix,inet,inet6,netlink
49# The below seccomp configuration still permits chroot syscall. See https://github.com/netblue30/firejail/issues/2506 for possible workarounds. 49# The below seccomp configuration still permits chroot syscall. See https://github.com/netblue30/firejail/issues/2506 for possible workarounds.
50seccomp !chroot 50seccomp !chroot
51shell none
52# Disable tracelog, it breaks or causes major issues with many firefox based browsers, see https://github.com/netblue30/firejail/issues/1930. 51# Disable tracelog, it breaks or causes major issues with many firefox based browsers, see https://github.com/netblue30/firejail/issues/1930.
53#tracelog 52#tracelog
54 53