aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/steam.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-m-z/steam.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-m-z/steam.profile')
-rw-r--r--etc/profile-m-z/steam.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile
index d6bc226a4..4af8b9bfe 100644
--- a/etc/profile-m-z/steam.profile
+++ b/etc/profile-m-z/steam.profile
@@ -151,7 +151,6 @@ protocol unix,inet,inet6,netlink
151# Add 'ignore seccomp' to your steam.local if you experience this. 151# Add 'ignore seccomp' to your steam.local if you experience this.
152# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13 152# mount, name_to_handle_at, pivot_root and umount2 are used by Proton >= 5.13
153seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2 153seccomp !chroot,!mount,!name_to_handle_at,!pivot_root,!ptrace,!umount2
154shell none
155# tracelog breaks integrated browser 154# tracelog breaks integrated browser
156#tracelog 155#tracelog
157 156